mirror of https://github.com/status-im/metro.git
Upgrade uglify-es to fix minification issues
Summary: **Summary** Minification fails or minified bundle may crash due to uglify-es bugs which have been fixed recently. See https://github.com/facebook/react-native/issues/16689 **Test plan** Try to production bundle a project using ex-navigation, which fails with: ``` Maximum call stack size exceeded ``` Use this patch and see that bundling suceeds. There are also minified runtime errors solved by this change, see https://github.com/facebook/react-native/issues/16689 for more information. Closes https://github.com/facebook/metro-bundler/pull/85 Reviewed By: mjesun Differential Revision: D6259177 Pulled By: rafeca fbshipit-source-id: 55987eb338b06938181c0da74d104d23eeb135b6
This commit is contained in:
parent
8fe2d588bc
commit
b0c79aa193
|
@ -45,7 +45,7 @@
|
|||
"source-map": "^0.5.6",
|
||||
"temp": "0.8.3",
|
||||
"throat": "^4.1.0",
|
||||
"uglify-es": "^3.1.0",
|
||||
"uglify-es": "^3.1.8",
|
||||
"wordwrap": "^1.0.0",
|
||||
"write-file-atomic": "^1.2.0",
|
||||
"xpipe": "^1.0.5"
|
||||
|
|
Loading…
Reference in New Issue