diff options
author | Hsuan Lee <boczeratul@gmail.com> | 2019-05-07 00:50:13 +0800 |
---|---|---|
committer | Hsuan Lee <boczeratul@gmail.com> | 2019-05-07 00:50:13 +0800 |
commit | 553ab142c878849ef44655a52f30f06a2fd45331 (patch) | |
tree | ac23cb496aa6d92fe145454c933c3f361f763950 | |
parent | 8a9bc7e14f2631907fe75d876a8d61b4527ac201 (diff) | |
download | dexon-wallet-553ab142c878849ef44655a52f30f06a2fd45331.tar.gz dexon-wallet-553ab142c878849ef44655a52f30f06a2fd45331.tar.zst dexon-wallet-553ab142c878849ef44655a52f30f06a2fd45331.zip |
Preserve provider name
-rw-r--r-- | gulpfile.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gulpfile.js b/gulpfile.js index 1249d061..1767e66a 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -594,7 +594,7 @@ function bundleTask (opts) { buildStream = buildStream .pipe(uglify({ mangle: { - reserved: [ 'MetamaskInpageProvider' ], + reserved: [ 'DekuSanInpageProvider' ], }, })) } |