Skip to content

Commit

Permalink
Backport PR #11234: Use standard hash type in webpack build (#11235)
Browse files Browse the repository at this point in the history
Co-authored-by: Steven Silvester <ssilvester@apple.com>
  • Loading branch information
meeseeksmachine and Steven Silvester committed Oct 5, 2021
1 parent f0bd410 commit a899a8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/src/webpack.config.base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ module.exports = {
aggregateTimeout: 1000
},
output: {
hashFunction: 'xxhash64'
hashFunction: 'sha256'
},
plugins: [
new webpack.ProvidePlugin({
Expand Down

0 comments on commit a899a8b

Please sign in to comment.