npm extract-text-webpack-plugin 2.0.0-rc.3
v2.0.0 - Release Candidate 3

latest releases: 4.0.0-beta.0, 4.0.0-alpha.0, 3.0.2...
7 years ago
  • Fix - ajv is marked as a dependency correctly. #381
  • Feature - The plugin accepts ignoreOrder option. This is important to enable if you use CSS Modules. #166
  • Feature - New plugin syntax (consistent with webpack core naming):
use: ExtractTextPlugin.extract({
  fallback: "style-loader",
  use: "css-loader"
})

So go with use instead of loader and fallback over fallbackLoader. The old names still work, but they will give warnings so you remember to fix the naming.


If you have time, please have a look at #366 and #385. Those issues need more information to be fixed for the final release.

Don't miss a new extract-text-webpack-plugin release

NewReleases is sending notifications on new releases.