Created
May 21, 2020 21:41
-
-
Save shirakaba/f11b50cf1390d3b15dea4effe576f0ac to your computer and use it in GitHub Desktop.
Babelrc file for getting React Native Web to work with react-scripts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
| { | |
| "presets": ["module:metro-react-native-babel-preset"], | |
| "plugins": [ | |
| ["@babel/plugin-proposal-numeric-separator", {}] | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment