Browse Source

Merge pull request #1446 from porter-dev/fix/update-webpack-hash-function

[FIX] Updated hash function for webpack
Nicolas Frati 4 years ago
parent
commit
275b0c0fca
1 changed files with 1 additions and 0 deletions
  1. 1 0
      dashboard/webpack.config.js

+ 1 - 0
dashboard/webpack.config.js

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