-
-
Notifications
You must be signed in to change notification settings - Fork 198
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature #966 Upgrade to css-minimize-webpack-plugin 2.0 (stof, weaver…
…ryan) This PR was merged into the main branch. Discussion ---------- Upgrade to css-minimize-webpack-plugin 2.0 This upgrades cssnano to version 5, which fixes a bunch of bugs and uses postcss 8 (avoiding to install multiple versions of postcss). The BC breaks in the plugin are dropping support for webpack 4 (not impacted Encore as we already dropped it), removing some options which were only for webpack 4 and the fact that cssnano 5 requires node 10.13+ (not impacting Encore as we already require 10.19+) Closes #965 Commits ------- 6afb5a3 cleaning up dfe0262 bumping out-of-date lock file ed39adf making a test more resistant to chunk id changes 3d31646 Bump min versions of dependencies 325bf18 Fix tests 4a533ee Upgrade to css-minimize-webpack-plugin 2.0 58bc358 Update locked dependencies
- Loading branch information
Showing
5 changed files
with
1,349 additions
and
1,598 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.