Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove @babel/plugin-transform-template-literals
Summary: Remove babel/plugin-transform-template-literals as this is natively supported by, - Hermes - JSC - v8 (Since some community uses v8 too). Ref: - https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals#browser_compatibility - http://kangax.github.io/compat-table/es6/ - https://github.com/WebKit/WebKit/blob/923859afb65b75c83b5c6ce68846e14a8e38845d/Source/JavaScriptCore/features.json#L371 Changelog: [Breaking] Removed babel plugin transform-template-literals from metro preset Reviewed By: blakef Differential Revision: D42069641 fbshipit-source-id: e4dfc8234e2a74ab5ed68ed14258bcee03f5b67e
- Loading branch information