This repository has been archived by the owner on May 29, 2019. It is now read-only.
v3.0.0
2017-07-10
Bug Fixes
-
add missing
options.ignoreOrder
details in Error message (#539) (dd43832) -
fix: css generation order issue see: webpack/webpack#5225
Code Refactoring
-
Apply webpack-defaults & webpack 3.x support (#540) (7ae32d9)
-
refactor: DeprecationWarning: Chunk.modules 543
BREAKING CHANGES
-
Enforces
engines
of"node": ">=4.3.0 < 5.0.0 || >= 5.10
-
Updates to
Chunk.mapModules
. This release is not backwards compatible withWebpack 2.x
due to breaking changes in webpack/webpack#4764 -
Enforces
peerDependencies
of"webpack": "^3.1.0"
.