This repository has been archived by the owner on May 1, 2020. It is now read-only.
2.0.1
Upgrading from 1.x
If you're upgrading directly from 1.3.12
or earlier, make sure you review the changelog for 2.0.0
and follow the instructions. There were some very updates you'll need to make to your app.
If you're customizing the build process and have a dependency that utilized [email protected]
, it may be best to add an explicit devDependency
on [email protected]
to the project's package.json
file. There have been a couple reports of non-standard 3rd party dependencies causing trouble with the webpack
version.
Bug Fixes
- generators: no module by default (#1096) (dfcaefa)
- http-server: revert change for path-based routing since it broke proxies (065912e)
- sass: use webpack/rollup modules for non-optimized build, use optimization data for prod/optimized buids (0554201)
- serve: fix cached file issue by only using the webpack module concat plugin for prod builds, make sure you update custom configs (feea7fe)
- webpack: webpack in-memory output file system was breaking some plugins (574da39)