From 9a10fc35e8bd964052fac37bf2983ea9ecba394b Mon Sep 17 00:00:00 2001 From: Jeff Avallone Date: Mon, 28 May 2018 12:03:49 -0400 Subject: [PATCH] Adjusting chunk splitting config --- webpack.common.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/webpack.common.js b/webpack.common.js index 7135d7b..8993743 100644 --- a/webpack.common.js +++ b/webpack.common.js @@ -51,10 +51,7 @@ module.exports = { splitChunks: { chunks: 'initial', name: 'common', - minChunks: 2, - cacheGroups: { - default: false - } + minChunks: 2 } }, plugins: [