Ver Fonte

Merge pull request #1452 from porter-dev/nico/rollback-webpack-hash-function

[FIX] Removed custom hash function on webpack
Nicolas Frati há 4 anos atrás
pai
commit
632c93798e
1 ficheiros alterados com 0 adições e 1 exclusões
  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,