Files
react-native-web/.babelrc
Nicolas Gallagher 209bd3aee1 [fix] babel-plugin support for 'react-native-web' module name
Now rewrites import/export/require statements from 'react-native-web'.
Install the plugin in the 'benchmarks' package.
2018-01-01 12:01:22 -08:00

6 lines
52 B
Plaintext

{
"presets": [
"./scripts/babel/preset"
]
}