Update webpack configuration

This commit is contained in:
Sonny Bakker 2024-08-13 09:11:54 +02:00
parent d05e29b5e0
commit 2b3e35078d

View file

@ -10,6 +10,7 @@ export default {
output: {
path: resolve(__dirname, 'src', 'newsreader', 'static'),
filename: 'js/[name].bundle.js',
hashFunction: 'sha256',
},
module: {
rules: [