Ver código fonte

Updated hash function for webpack

jnfrati 4 anos atrás
pai
commit
d106ef4c5d
1 arquivos alterados com 1 adições e 0 exclusões
  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,