Skip to content

Commit 600ca3e

Browse files
committed
fix($core): css cannot be extracted together (close: #977)
This is because mini-css-extract-plugin had a internal change at webpack-contrib/mini-css-extract-plugin#265 which will cause issue to VuePress.
1 parent 9fe80db commit 600ca3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"markdown-it-container": "^2.0.0",
7272
"markdown-it-emoji": "^1.4.0",
7373
"markdown-it-table-of-contents": "^0.4.0",
74-
"mini-css-extract-plugin": "^0.4.1",
74+
"mini-css-extract-plugin": "0.4.1",
7575
"nprogress": "^0.2.0",
7676
"optimize-css-assets-webpack-plugin": "^4.0.0",
7777
"portfinder": "^1.0.13",

0 commit comments

Comments
 (0)