- Fix -
ajv
is marked as adependency
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.