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

v2.0.0 - Release Candidate 3

Pre-release
Pre-release
Compare
Choose a tag to compare
@bebraw bebraw released this 04 Feb 09:06
· 80 commits to master since this release
  • 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.