Убрал appcache

This commit is contained in:
Book Pauk
2019-09-20 20:34:42 +07:00
parent e1be68ec3d
commit 7863b3358e

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