Skip to content

Commit 891462d

Browse files
committed
fix: use cssnano v5.0.0-rc.1, work around a npm 6 hoisting bug
Fixes vuejs#6342
1 parent 40e3de2 commit 891462d

File tree

2 files changed

+296
-11
lines changed

2 files changed

+296
-11
lines changed

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

+1-1
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)