Browse Source

Merge pull request #1447 from porter-dev/master

Updated webpack hash function -> staging
Nicolas Frati 4 years ago
parent
commit
c80658d322
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",
       path: path.resolve(__dirname, "build"),
       publicPath: "/",
+      hashFunction: "xxhash64",
     },
     devServer: {
       historyApiFallback: true,