From 600ca3e7fac645c908edd47a998fc35033fb11c2 Mon Sep 17 00:00:00 2001 From: ULIVZ <472590061@qq.com> Date: Wed, 14 Nov 2018 04:06:57 +0800 Subject: [PATCH] fix($core): css cannot be extracted together (close: #977) This is because mini-css-extract-plugin had a internal change at https://github.com/webpack-contrib/mini-css-extract-plugin/pull/265 which will cause issue to VuePress. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index afdec2156d..ec937845d7 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "markdown-it-container": "^2.0.0", "markdown-it-emoji": "^1.4.0", "markdown-it-table-of-contents": "^0.4.0", - "mini-css-extract-plugin": "^0.4.1", + "mini-css-extract-plugin": "0.4.1", "nprogress": "^0.2.0", "optimize-css-assets-webpack-plugin": "^4.0.0", "portfinder": "^1.0.13",