Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

fix: split async CSS correctly #546

Closed
wants to merge 28 commits into from

Commits on Jun 11, 2017

  1. Configuration menu
    Copy the full SHA
    77daf83 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    92e4349 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2017

  1. Squashed commit of the following:

    commit e2631af
    Author: David Heidrich <me@bowlingx.com>
    Date:   Mon Jun 19 19:08:13 2017 +0200
    
        removed dead code, cleanup
    
    commit d8943d7
    Author: David Heidrich <me@bowlingx.com>
    Date:   Mon Jun 19 15:48:51 2017 +0200
    
        restored console log
    
    commit 0d7c94a
    Author: David Heidrich <me@bowlingx.com>
    Date:   Mon Jun 19 00:30:34 2017 +0200
    
        fixed async loading (keep original style loader in async chunks)
    
    commit 950d7ef
    Author: David Heidrich <me@bowlingx.com>
    Date:   Sun Jun 18 15:52:41 2017 +0200
    
        fixed exporting module informations
    
    commit 8b97ee5
    Author: David Heidrich <me@bowlingx.com>
    Date:   Sun Jun 18 14:27:51 2017 +0200
    
        fixed line length
    
    commit 6898aa4
    Author: David Heidrich <me@bowlingx.com>
    Date:   Sun Jun 18 14:26:34 2017 +0200
    
        respect all chunks
    
    commit bbc93ab
    Author: David Heidrich <me@bowlingx.com>
    Date:   Sun Jun 18 12:33:09 2017 +0200
    
        adjusted test to be env agnostic
    
    commit 3eba627
    Author: David Heidrich <me@bowlingx.com>
    Date:   Sun Jun 18 12:25:16 2017 +0200
    
        adjusted tests to use css-loader, added tests for allChunks, remove module from initial chunk
    
    commit 09ac8cb
    Author: David Heidrich <me@bowlingx.com>
    Date:   Sat Jun 17 22:36:09 2017 +0200
    
        adjusted tests, remove module from base if extracted
    
    commit 1791796
    Author: David Heidrich <me@bowlingx.com>
    Date:   Sat Jun 17 21:23:58 2017 +0200
    
        added testcase for issue webpack-contrib#120
    BowlingX committed Jun 20, 2017
    Configuration menu
    Copy the full SHA
    cdfccb4 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2017

  1. refactor: Apply webpack-defaults (webpack-contrib#542)

    - refactor: Migrate extracted module to lib
    - refactor: Migrate order undefined to lib
    - refactor: Extract etwp helper functions
    - refactor: Extract compilation to stand alone class
    - refactor: Proxy plugin module from cjs.js
    
    - refactor: Modernize loader syntax
      - Convert to ES6+ Class
      - Convert to ES6+ default export
      - Convert to const / let
      - Uses import syntax
      - Convert errors to templates
    
    - refactor: Convert tests & configs to import syntax
    - refactor: Use indexOf in helpers
    
    - refactor: Modernize plugin syntax
      - Convert to ES6+ Class
      - Convert to ES6+ default export
      - Convert to const / let
      - Uses import syntax
      - Convert errors to templates
    
    - refactor: Modernize ExtractedModule syntax
      - Convert to ES6+ Class
      - Convert to ES6+ default export
      - Convert to const / let
      - Uses import syntax
      - Convert errors to templates
    
    - refactor: Removes fallbackLoader & loader deprecation warnings
    
    - refactor: Removes single option deprecation warning
    
    - refactor: Removes options.loader & options.fallbackLoader
    joshwiens committed Jun 21, 2017
    Configuration menu
    Copy the full SHA
    3e78452 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'base/feature/webpack3'

    # Conflicts:
    #	index.js
    #	package.json
    #	test/TestCases.test.js
    BowlingX committed Jun 21, 2017
    Configuration menu
    Copy the full SHA
    4880afb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5df5d09 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b202f4a View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2017

  1. refactor: Apply webpack-defaults (webpack-contrib#542)

    - refactor: Migrate extracted module to lib
    - refactor: Migrate order undefined to lib
    - refactor: Extract etwp helper functions
    - refactor: Extract compilation to stand alone class
    - refactor: Proxy plugin module from cjs.js
    
    - refactor: Modernize loader syntax
      - Convert to ES6+ Class
      - Convert to ES6+ default export
      - Convert to const / let
      - Uses import syntax
      - Convert errors to templates
    
    - refactor: Convert tests & configs to import syntax
    - refactor: Use indexOf in helpers
    
    - refactor: Modernize plugin syntax
      - Convert to ES6+ Class
      - Convert to ES6+ default export
      - Convert to const / let
      - Uses import syntax
      - Convert errors to templates
    
    - refactor: Modernize ExtractedModule syntax
      - Convert to ES6+ Class
      - Convert to ES6+ default export
      - Convert to const / let
      - Uses import syntax
      - Convert errors to templates
    
    - refactor: Removes fallbackLoader & loader deprecation warnings
    
    - refactor: Removes single option deprecation warning
    
    - refactor: Removes options.loader & options.fallbackLoader
    
     BREAKING CHANGE: Enforces `peerDependencies` of `"webpack": ">= 3.0.0-rc.0 || ^3.0.0"`.
    
     BREAKING CHANGE: Enforces `engines` of `"node": ">=4.3.0 < 5.0.0 || >= 5.10`
    joshwiens committed Jun 23, 2017
    Configuration menu
    Copy the full SHA
    292e217 View commit details
    Browse the repository at this point in the history
  2. refactor: Chunk.modules deprecation warning

     BREAKING CHANGE: Updates to `Chunk.mapModules`. This release is not backwards compatible with `Webpack 2.x` due to breaking changes in webpack/webpack#4764
    joshwiens committed Jun 23, 2017
    Configuration menu
    Copy the full SHA
    28171b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1730d46 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2017

  1. Configuration menu
    Copy the full SHA
    5d0c28f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    715b1dd View commit details
    Browse the repository at this point in the history
  3. chore: Update install docs

    joshwiens committed Jun 24, 2017
    Configuration menu
    Copy the full SHA
    1ef755a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    84a0328 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b33e006 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d4a0c23 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    10721f5 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2017

  1. Merge remote-tracking branch 'base/feature/webpack3'

    # Conflicts:
    #	package-lock.json
    #	package.json
    #	src/index.js
    #	test/__snapshots__/webpack-integration.test.js.snap
    BowlingX committed Jun 26, 2017
    Configuration menu
    Copy the full SHA
    1175e63 View commit details
    Browse the repository at this point in the history
  2. fixed merge conflicts

    BowlingX committed Jun 26, 2017
    Configuration menu
    Copy the full SHA
    fb4eb9b View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2017

  1. Merge branch 'master-remote'

    # Conflicts:
    #	.babelrc
    #	.travis.yml
    #	CHANGELOG.md
    #	README.md
    #	appveyor.yml
    #	package-lock.json
    #	package.json
    #	src/index.js
    #	test/__snapshots__/webpack-integration.test.js.snap
    BowlingX committed Jul 21, 2017
    Configuration menu
    Copy the full SHA
    400ed49 View commit details
    Browse the repository at this point in the history
  2. fixed tests

    BowlingX committed Jul 21, 2017
    Configuration menu
    Copy the full SHA
    143760a View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2017

  1. Merge remote-tracking branch 'base/master'

    # Conflicts:
    #	src/index.js
    BowlingX committed Nov 29, 2017
    Configuration menu
    Copy the full SHA
    163191a View commit details
    Browse the repository at this point in the history
  2. adjusted tests

    BowlingX committed Nov 29, 2017
    Configuration menu
    Copy the full SHA
    2ba04eb View commit details
    Browse the repository at this point in the history
  3. adjusted tests

    BowlingX committed Nov 29, 2017
    Configuration menu
    Copy the full SHA
    3ef2916 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8403a27 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2018

  1. code style fixes

    BowlingX committed Mar 18, 2018
    Configuration menu
    Copy the full SHA
    3aed4df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1a8ce2 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2018

  1. Merge remote-tracking branch 'upstream/master'

    # Conflicts:
    #	src/index.js
    BowlingX committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    edd39a1 View commit details
    Browse the repository at this point in the history