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']}) ] });