@invertase/babel-preset-react-native-syntax
Advanced tools
Comparing version 0.0.1 to 0.1.0
{ | ||
"name": "@invertase/babel-preset-react-native-syntax", | ||
"version": "0.0.1", | ||
"version": "0.1.0", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
@@ -24,5 +24,5 @@ <p align="center"> | ||
This is useful for React Native libraries that want to use Babel plugins that may not be supported by React Native's default preset | ||
This is useful for React Native libraries that want to use Babel plugins that may not be supported by React Native's default preset. | ||
Additionally this allows editing/viewing library source from within `node_modules` (useful for debugging) as there's no transformation of code (unless you add any additional transform plugins). | ||
Additionally this allows editing/viewing library source from within `node_modules` (useful for debugging) as there's no transformation of library code (unless you add any additional transform plugins). | ||
@@ -33,3 +33,3 @@ ### Example Usage: | ||
{ | ||
"presets": ["react-native-syntax"], | ||
"presets": ["@invertase/react-native-syntax"], | ||
"plugins": [ | ||
@@ -36,0 +36,0 @@ "transform-flow-strip-types", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3823