소스 검색

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",
       filename: "bundle.js",
       path: path.resolve(__dirname, "build"),
       path: path.resolve(__dirname, "build"),
       publicPath: "/",
       publicPath: "/",
-      hashFunction: "xxhash64",
     },
     },
     devServer: {
     devServer: {
       historyApiFallback: true,
       historyApiFallback: true,