瀏覽代碼

Removed custom hash function on webpack

jnfrati 4 年之前
父節點
當前提交
8660f0d2a8
共有 1 個文件被更改,包括 0 次插入1 次删除
  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,