Răsfoiți Sursa

Merge pull request #1453 from porter-dev/master

Remove webpack hash function -> staging
Nicolas Frati 4 ani în urmă
părinte
comite
7c8f7b5edb
1 a modificat fișierele cu 0 adăugiri și 1 ștergeri
  1. 0 1
      dashboard/webpack.config.js

+ 0 - 1
dashboard/webpack.config.js

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