aboutsummaryrefslogtreecommitdiffstats
path: root/gulpfile.js
diff options
context:
space:
mode:
authorkumavis <aaron@kumavis.me>2018-10-21 11:51:00 +0800
committerkumavis <aaron@kumavis.me>2018-10-21 11:51:00 +0800
commitf0602ca354a6d352c13a79a1cba884f54e5b9a83 (patch)
tree39a993803aecae295956b6ab05c21d31d23f659f /gulpfile.js
parent73ec4e66cb7a476d01371a61692b0d8d9224da04 (diff)
parentba3617b685b9dcd8a62e0009ee2015c5997fead3 (diff)
downloadtangerine-wallet-browser-f0602ca354a6d352c13a79a1cba884f54e5b9a83.tar.gz
tangerine-wallet-browser-f0602ca354a6d352c13a79a1cba884f54e5b9a83.tar.zst
tangerine-wallet-browser-f0602ca354a6d352c13a79a1cba884f54e5b9a83.zip
Merge branch 'develop' of github.com:MetaMask/metamask-extension into sentry-enhancements2
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/gulpfile.js b/gulpfile.js
index 5a468d2f3..0a0e3b3d5 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -462,7 +462,9 @@ function generateBundler (opts, performBundle) {
bundler.transform(envify({
METAMASK_DEBUG: opts.devMode,
NODE_ENV: opts.devMode ? 'development' : 'production',
- }))
+ }), {
+ global: true,
+ })
if (opts.watch) {
bundler = watchify(bundler)