aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorDan Finlay <dan@danfinlay.com>2018-04-25 05:55:43 +0800
committerDan Finlay <dan@danfinlay.com>2018-04-25 06:01:02 +0800
commit0c5add59f72a1700d5f2294d988fc319e652fdef (patch)
treec0803bfcca349cb62e2e60991458080a0a332ca7 /package.json
parentac334d7b1a9cd8b6888f5c4f3309740d5df62474 (diff)
downloadtangerine-wallet-browser-0c5add59f72a1700d5f2294d988fc319e652fdef.tar
tangerine-wallet-browser-0c5add59f72a1700d5f2294d988fc319e652fdef.tar.gz
tangerine-wallet-browser-0c5add59f72a1700d5f2294d988fc319e652fdef.tar.bz2
tangerine-wallet-browser-0c5add59f72a1700d5f2294d988fc319e652fdef.tar.lz
tangerine-wallet-browser-0c5add59f72a1700d5f2294d988fc319e652fdef.tar.xz
tangerine-wallet-browser-0c5add59f72a1700d5f2294d988fc319e652fdef.tar.zst
tangerine-wallet-browser-0c5add59f72a1700d5f2294d988fc319e652fdef.zip
Make minified builds more determinstic
May fix #3999, but will need to see if Mozilla can reproduce the build with this updated repo. Switches our `uglifyify` dependency from the production one (under-maintained) to one that I've merged a critical patch into. I'm open to discussion of how else we might approach this problem here. Maybe we should use a different minification module entirely, remove minification, or maybe refactor our build system!
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 88f73a609..e9ffb627d 100644
--- a/package.json
+++ b/package.json
@@ -272,7 +272,7 @@
"stylelint-config-standard": "^18.2.0",
"tape": "^4.5.1",
"testem": "^2.0.0",
- "uglifyify": "^4.0.5",
+ "uglifyify": "github:danfinlay/uglifyify#keep-flags",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"watchify": "^3.9.0"