This repository has been archived by the owner on May 29, 2019. It is now read-only.
Releases: webpack-contrib/extract-text-webpack-plugin
Releases · webpack-contrib/extract-text-webpack-plugin
v2.1.2
Bug Fixes
- index: resolve schemas relative to
__dirname
(#536) (8766821) (@MirrorBytes)
Release v2.1.1
v2.1.0 - Filename customization
Release v2.0.0
chore(release): 2.0.0
v2.0.0 - Release Candidate 3
- 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.