From 1921b219ce8d74dc8408f39393ae5df756af005c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E6=A0=91=E6=98=8E?= <775174143@qq.com> Date: Thu, 4 Jul 2019 16:38:12 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/react/package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/public/react/package.json b/public/react/package.json index 5aebf0d41..ebfda1b41 100644 --- a/public/react/package.json +++ b/public/react/package.json @@ -88,6 +88,7 @@ "webpack": "3.8.1", "webpack-dev-server": "2.9.4", "webpack-manifest-plugin": "1.3.2", + "webpack-parallel-uglify-plugin": "^1.1.0", "whatwg-fetch": "2.0.3", "wrap-md-editor": "^0.2.20" }, @@ -164,6 +165,7 @@ "concat": "^1.0.3", "happypack": "^5.0.1", "videojs-for-react": "^0.0.3", - "webpack-bundle-analyzer": "^3.0.3" + "webpack-bundle-analyzer": "^3.0.3", + "webpack-parallel-uglify-plugin": "^1.1.0" } }