From 060a926532a2db089a38f0e8cddff9d5303acad8 Mon Sep 17 00:00:00 2001 From: pkupczyk <piotr.kupczyk@id.ethz.ch> Date: Mon, 2 Jan 2023 13:54:13 +0100 Subject: [PATCH] SSDM-13270 : Admin UI - update libraries - use 'fullhash' instead of 'hash' (deprecated in webpack v5) --- openbis_ng_ui/webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbis_ng_ui/webpack.config.js b/openbis_ng_ui/webpack.config.js index 4cd5ad89e4b..c8ad41fad61 100644 --- a/openbis_ng_ui/webpack.config.js +++ b/openbis_ng_ui/webpack.config.js @@ -7,7 +7,7 @@ module.exports = { entry: './src/js/index.js', output: { path: __dirname + '/build/js', - filename: 'bundle.[hash].js' + filename: 'bundle.[fullhash].js' }, mode: 'production', -- GitLab