Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 facebook/react-native#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 facebook/react-native#16689 for more information. Closes #85 Reviewed By: mjesun Differential Revision: D6259177 Pulled By: rafeca fbshipit-source-id: 55987eb338b06938181c0da74d104d23eeb135b6
- Loading branch information