Explorar el Código

Merge pull request #1447 from porter-dev/master

Updated webpack hash function -> staging
Nicolas Frati hace 4 años
padre
commit
c80658d322
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      dashboard/webpack.config.js

+ 1 - 0
dashboard/webpack.config.js

@@ -80,6 +80,7 @@ module.exports = () => {
       filename: "bundle.js",
       path: path.resolve(__dirname, "build"),
       publicPath: "/",
+      hashFunction: "xxhash64",
     },
     devServer: {
       historyApiFallback: true,