From 29a43e451d772d982c2617206bf3aa27cdd3b6aa Mon Sep 17 00:00:00 2001 From: abhijithvijayan <34790378+abhijithvijayan@users.noreply.github.com> Date: Sun, 15 Nov 2020 15:30:43 +0530 Subject: [PATCH] feat: add hash to css bundle name --- webpack.config.js | 2 ++ 1 file changed, 2 insertions(+) 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