Skip to content
Snippets Groups Projects
Commit 060a9265 authored by piotr.kupczyk@id.ethz.ch's avatar piotr.kupczyk@id.ethz.ch
Browse files

SSDM-13270 : Admin UI - update libraries - use 'fullhash' instead of 'hash'...

SSDM-13270 : Admin UI - update libraries - use 'fullhash' instead of 'hash' (deprecated in webpack v5)
parent 18865df0
No related branches found
No related tags found
1 merge request!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
...@@ -7,7 +7,7 @@ module.exports = { ...@@ -7,7 +7,7 @@ module.exports = {
entry: './src/js/index.js', entry: './src/js/index.js',
output: { output: {
path: __dirname + '/build/js', path: __dirname + '/build/js',
filename: 'bundle.[hash].js' filename: 'bundle.[fullhash].js'
}, },
mode: 'production', mode: 'production',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment