Skip to content

Commit ca8c5c2

Browse files
committed
Set hashFunction in webpack config
1 parent c0dc8ab commit ca8c5c2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

webpack.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
const path = require("path");
1010

1111
module.exports = {
12+
output: {
13+
hashFunction: "xxhash64",
14+
},
1215
resolve: {
1316
alias: {
1417
"@pages": path.resolve(__dirname, "pages"),

0 commit comments

Comments
 (0)