From 0c5add59f72a1700d5f2294d988fc319e652fdef Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Tue, 24 Apr 2018 14:55:43 -0700 Subject: 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! --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') 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" -- cgit v1.2.3