diff --git a/webpack.config.js b/webpack.config.js index e2905ef..e9a43ae 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -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