diff --git a/webpack.config.js b/webpack.config.js index c821d123..8aaa71f3 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -9,6 +9,9 @@ const path = require("path"); module.exports = { + output: { + hashFunction: "xxhash64", + }, resolve: { alias: { "@pages": path.resolve(__dirname, "pages"),