1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-26 12:29:06 +01:00

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!
This commit is contained in:
Dan Finlay 2018-04-24 14:55:43 -07:00
parent ac334d7b1a
commit 0c5add59f7
2 changed files with 1661 additions and 75 deletions

1734
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -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"