From ff2b8c36079c4fbecb525d6d516d93f5795e8cb4 Mon Sep 17 00:00:00 2001 From: HF Date: Thu, 2 Jan 2020 21:55:47 +0100 Subject: [PATCH] test new webpack config --- tools/webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/webpack.config.js b/tools/webpack.config.js index a3f0f1b7..97a24e33 100644 --- a/tools/webpack.config.js +++ b/tools/webpack.config.js @@ -262,7 +262,7 @@ const clientConfig = { vendor: { name: "vendor", - chunks: 'all', + chunks: chunk => chunk.name !== "client", test: /node_modules/, } }