From 3481ceb05967c0ace414ed151c5e09da57f04a53 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Sun, 18 Mar 2018 11:22:37 +0330 Subject: [PATCH] temporary disable runtimeChunk --- lib/builder/webpack/client.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/builder/webpack/client.config.js b/lib/builder/webpack/client.config.js index 16e3dca3f2..c9002a8c48 100644 --- a/lib/builder/webpack/client.config.js +++ b/lib/builder/webpack/client.config.js @@ -126,7 +126,7 @@ module.exports = function webpackClientConfig() { } // Create additional runtime chunk for cache boosting - config.optimization.runtimeChunk = true + // config.optimization.runtimeChunk = true // CSS extraction const extractCSS = this.options.build.extractCSS