Skip to content

Commit

Permalink
fix: fix ie11 compatibility when css.extract set to true (#4654)
Browse files Browse the repository at this point in the history
fixes #4646
  • Loading branch information
sodatea committed Oct 7, 2019
1 parent b34edc8 commit 0b254a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@vue/cli-service/package.json
Expand Up @@ -59,7 +59,7 @@
"lodash.defaultsdeep": "^4.6.1",
"lodash.mapvalues": "^4.6.0",
"lodash.transform": "^4.6.0",
"mini-css-extract-plugin": "^0.6.0",
"mini-css-extract-plugin": "^0.8.0",
"minimist": "^1.2.0",
"ora": "^3.4.0",
"portfinder": "^1.0.20",
Expand Down

0 comments on commit 0b254a3

Please sign in to comment.