Przeglądaj źródła

Removed custom hash function on webpack

jnfrati 4 lat temu
rodzic
commit
8660f0d2a8
1 zmienionych plików z 0 dodań i 1 usunięć
  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,