Browse Source

Updated hash function for webpack

jnfrati 4 năm trước cách đây
mục cha
commit
d106ef4c5d
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      dashboard/webpack.config.js

+ 1 - 0
dashboard/webpack.config.js

@@ -80,6 +80,7 @@ module.exports = () => {
       filename: "bundle.js",
       path: path.resolve(__dirname, "build"),
       publicPath: "/",
+      hashFunction: "xxhash64",
     },
     devServer: {
       historyApiFallback: true,