Skip to content

Commit

Permalink
NMS-16477: fix hash
Browse files Browse the repository at this point in the history
  • Loading branch information
synqotik committed Aug 13, 2024
1 parent 447bbaf commit 79814f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/web-assets/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,8 @@ var config = {
entry: allEntries,
output: {
path: distdir,
libraryTarget: 'umd'
libraryTarget: 'umd',
hashFunction: 'sha256',
},
target: 'web',
module: {
Expand Down

0 comments on commit 79814f6

Please sign in to comment.