Releases: faceyspacey/extract-css-chunks-webpack-plugin
Releases · faceyspacey/extract-css-chunks-webpack-plugin
v3.1.1
v3.1.0
<a name"3.1.0">
3.1.0 (2018-08-31)
- fix(src): CSS Modules HMR [PATCH]
Short term solution to get css modules to hot reload for everyone.
- style: Linting and generalized updates
basic updates to code, linting, new yarn lock and so on
-
placeholder changed at version
-
fix(order): use correct order when multiple chunk groups are merged
v3.0.12
v3.0.11
<a name"3.0.11">
3.0.11 (2018-07-25)
-
docs: Updated info about the optimization object
-
Add TypeScript declaration file
v3.0.9
v3.0.7
v3.0.5
<a name"3.0.5">
3.0.5 (2018-06-05)
- fix: Adding manual param for enabling hot
Automatic detection seems to miss a few scenarios, as a last resort. You can now add hot:true
fix #72
- docs(readme): Updating code examples for universal implementations
Adding code samples for dev and prod implementations of the new css-chunk plugin and how it works with Universal
Webpack 4 Support
<a name"3.0.3">
3.0.3 (2018-06-04)
Breaking Changes
- Webpack 4 & extract-css-chunks 3 is required