Skip to content

Commit

Permalink
Try sha256 as hashFunction, yarn upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
robinst committed Jun 3, 2023
1 parent f869748 commit 96e58f2
Show file tree
Hide file tree
Showing 2 changed files with 318 additions and 178 deletions.
2 changes: 1 addition & 1 deletion demo/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module.exports = {
path: path.resolve(__dirname, "dist"),
filename: "index.js",
// Fix CI build issue with Node 18. Can be removed when upgrading to Webpack 5, see https://stackoverflow.com/a/73465262
hashFunction: "xxhash64",
hashFunction: "sha256",
},
plugins: [
new HtmlWebpackPlugin({
Expand Down
Loading

0 comments on commit 96e58f2

Please sign in to comment.