Манипуляции с appcache

This commit is contained in:
Book Pauk
2019-09-20 22:17:28 +07:00
parent 3088028d05
commit db8a688620

View File

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