Skip to content

Commit

Permalink
use valid hash algo
Browse files Browse the repository at this point in the history
  • Loading branch information
jahow committed Jul 1, 2023
1 parent a2f8d7d commit c0d3a3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module.exports = {
configureWebpack: {
output: {
globalObject: 'this',
hashFunction: 'xxhash64', // avoids error ERR_OSSL_EVP_UNSUPPORTED
hashFunction: 'sha256', // avoids error ERR_OSSL_EVP_UNSUPPORTED
},
plugins: [new WorkerPlugin()],
},
Expand Down

0 comments on commit c0d3a3a

Please sign in to comment.