This repository was archived by the owner on May 29, 2019. It is now read-only.
v2.0.0 - Release Candidate 3
Pre-release
Pre-release
- Fix -
ajvis marked as adependencycorrectly. #381 - Feature - The plugin accepts
ignoreOrderoption. 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.