Skip to content

Commit 0b254a3

Browse files
authored
fix: fix ie11 compatibility when css.extract set to true (#4654)
fixes #4646
1 parent b34edc8 commit 0b254a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"lodash.defaultsdeep": "^4.6.1",
6060
"lodash.mapvalues": "^4.6.0",
6161
"lodash.transform": "^4.6.0",
62-
"mini-css-extract-plugin": "^0.6.0",
62+
"mini-css-extract-plugin": "^0.8.0",
6363
"minimist": "^1.2.0",
6464
"ora": "^3.4.0",
6565
"portfinder": "^1.0.20",

0 commit comments

Comments
 (0)