diff --git a/.gitignore b/.gitignore index 1ac68a055b..1bcde84123 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ web/app/components/Exchange/exchange.css cli/bundle.js web/dist-prod web/stats* +web/hash-history diff --git a/web/conf/webpack-hash-history.js b/web/conf/webpack-hash-history.js new file mode 100644 index 0000000000..f2806ca160 --- /dev/null +++ b/web/conf/webpack-hash-history.js @@ -0,0 +1,4 @@ +module.exports = require("./webpack.config")({ + prod: true, + hash: true +});