From 153fdacd7a17717b1803f33642e9da98a5a055cf Mon Sep 17 00:00:00 2001 From: ErickSkrauch Date: Wed, 14 Dec 2016 00:34:53 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=B5=20=D0=BF=D0=BE=D0=B4=D0=BA=D0=BB?= =?UTF-8?q?=D1=8E=D1=87=D0=B0=D0=B5=D0=BC=20vendor.dll=20=D0=B4=D0=BB?= =?UTF-8?q?=D1=8F=20production=20=D0=B1=D0=B8=D0=BB=D0=B4=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack.config.js b/webpack.config.js index 62fbdf0..ddca1a8 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -120,7 +120,7 @@ const webpackConfig = { new HtmlWebpackPlugin({ template: 'src/index.ejs', favicon: 'src/favicon.ico', - scripts: ['dll/vendor.dll.js'], + scripts: isProduction ? [] : ['dll/vendor.dll.js'], hash: false, // webpack does this for all our assets automagically filename: 'index.html', inject: false,