Explorar el Código

Removed custom hash function on webpack

jnfrati hace 4 años
padre
commit
8660f0d2a8
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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,