Kaynağa Gözat

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

[FIX] Removed custom hash function on webpack
Nicolas Frati 4 yıl önce
ebeveyn
işleme
632c93798e
1 değiştirilmiş dosya ile 0 ekleme ve 1 silme
  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,