Bläddra i källkod

Removed custom hash function on webpack

jnfrati 4 år sedan
förälder
incheckning
8660f0d2a8
1 ändrade filer med 0 tillägg och 1 borttagningar
  1. 0 1
      dashboard/webpack.config.js

+ 0 - 1
dashboard/webpack.config.js

@@ -80,7 +80,6 @@ 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,