Skip to content
Snippets Groups Projects
Unverified Commit 44b7be45 authored by Claire's avatar Claire Committed by GitHub
Browse files

Fix assets failing to build with OpenSSL 3 because of deprecated hash algorithm (#17930)

Fixes #17924
parent 24d446ad
No related branches found
No related tags found
No related merge requests found
......@@ -37,6 +37,7 @@ module.exports = {
filename: 'js/[name]-[chunkhash].js',
chunkFilename: 'js/[name]-[chunkhash].chunk.js',
hotUpdateChunkFilename: 'js/[id]-[hash].hot-update.js',
hashFunction: 'sha256',
path: output.path,
publicPath: output.publicPath,
},
......
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