From db8a688620478b5fc267e0249ed27e908e68c9d2 Mon Sep 17 00:00:00 2001 From: Book Pauk Date: Fri, 20 Sep 2019 22:17:28 +0700 Subject: [PATCH] =?UTF-8?q?=D0=9C=D0=B0=D0=BD=D0=B8=D0=BF=D1=83=D0=BB?= =?UTF-8?q?=D1=8F=D1=86=D0=B8=D0=B8=20=D1=81=20appcache?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build/webpack.prod.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/webpack.prod.config.js b/build/webpack.prod.config.js index cc7f338f..83d885b5 100644 --- a/build/webpack.prod.config.js +++ b/build/webpack.prod.config.js @@ -55,6 +55,6 @@ module.exports = merge(baseWpConfig, { filename: `${publicDir}/index.html` }), new CopyWebpackPlugin([{from: `${clientDir}/assets/*`, to: `${publicDir}/`, flatten: true}]), - //new AppCachePlugin({}) + new AppCachePlugin({exclude: ['../index.html']}) ] });