From 2b3e35078d38bde132a981c1736a8b39420d31c7 Mon Sep 17 00:00:00 2001 From: Sonny Bakker Date: Tue, 13 Aug 2024 09:11:54 +0200 Subject: [PATCH] Update webpack configuration --- webpack.common.babel.js | 1 + 1 file changed, 1 insertion(+) diff --git a/webpack.common.babel.js b/webpack.common.babel.js index e9d1386..74414e4 100644 --- a/webpack.common.babel.js +++ b/webpack.common.babel.js @@ -10,6 +10,7 @@ export default { output: { path: resolve(__dirname, 'src', 'newsreader', 'static'), filename: 'js/[name].bundle.js', + hashFunction: 'sha256', }, module: { rules: [