Skip to content

Commit 83de3d8

Browse files
authored
fix: use cssnano v5.0.0-rc.1, work around a npm 6 hoisting bug (#6343)
Fixes #6342
1 parent 40e3de2 commit 83de3d8

File tree

2 files changed

+296
-11
lines changed

2 files changed

+296
-11
lines changed

packages/@vue/cli-service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"copy-webpack-plugin": "^7.0.0",
4848
"css-loader": "^5.1.1",
4949
"css-minimizer-webpack-plugin": "^1.2.0",
50-
"cssnano": "^4.1.10",
50+
"cssnano": "^5.0.0-rc.1",
5151
"debug": "^4.1.1",
5252
"default-gateway": "^6.0.3",
5353
"dotenv": "^8.2.0",

0 commit comments

Comments
 (0)