feat: add hash to css bundle name

This commit is contained in:
abhijithvijayan 2020-11-15 15:30:43 +05:30
parent 1bba48f27b
commit 29a43e451d

View File

@ -148,12 +148,14 @@ module.exports = {
template: path.join(viewsPath, 'popup.html'),
inject: 'body',
chunks: ['popup'],
hash: true,
filename: 'popup.html',
}),
new HtmlWebpackPlugin({
template: path.join(viewsPath, 'options.html'),
inject: 'body',
chunks: ['options'],
hash: true,
filename: 'options.html',
}),
// write css file(s) to build folder