Skip to content

Commit

Permalink
fix: add support for Node.js 17 open ssl 3 requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
dmnsgn committed Oct 24, 2021
1 parent 392bf93 commit be385dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default {
// uniqueName: "my-package-xyz",
hashDigest: "hex",
hashDigestLength: 20,
hashFunction: "md4",
hashFunction: "xxhash64",
// hashSalt: "",
// hotUpdateChunkFilename: "[id].[fullhash].hot-update.js",
// hotUpdateGlobal: "webpackChunkwebpack",
Expand Down

0 comments on commit be385dd

Please sign in to comment.