Skip to content
Snippets Groups Projects
Commit 2e23599d authored by Haelwenn's avatar Haelwenn
Browse files

Merge branch 'fix/openssl3-hash-md4' into 'develop'

build: Set hashFunction to sha512 because OpenSSL got updates since the 90's

See merge request !333
parents b749d626 b89e04c1
No related branches found
No related tags found
1 merge request!333build: Set hashFunction to sha512 because OpenSSL got updates since the 90's
Pipeline #46308 passed
......@@ -37,7 +37,8 @@ module.exports = {
publicPath:
process.env.NODE_ENV === 'production'
? config.build.assetsPublicPath
: config.dev.assetsPublicPath
: config.dev.assetsPublicPath,
hashFunction: 'sha512'
},
resolve: {
extensions: ['.js', '.vue', '.json'],
......
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