Skip to content

Commit

Permalink
Fix babel transforms link (#808)
Browse files Browse the repository at this point in the history
  • Loading branch information
charpeni authored Mar 12, 2019
1 parent 8a9dbf6 commit ccdf248
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/javascript-environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Syntax transformers make writing code more enjoyable by allowing you to use new

React Native ships with the [Babel JavaScript compiler](https://babeljs.io). Check [Babel documentation](https://babeljs.io/docs/plugins/#transform-plugins) on its supported transformations for more details.

Here's a full list of React Native's [enabled transformations](https://github.com/facebook/react-native/blob/master/babel-preset/configs/main.js#L16).
A full list of React Native's enabled transformations can be found in [metro-react-native-babel-preset](https://github.com/facebook/metro/tree/master/packages/metro-react-native-babel-preset).

ES5

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Syntax transformers make writing code more enjoyable by allowing you to use new

React Native ships with the [Babel JavaScript compiler](https://babeljs.io). Check [Babel documentation](https://babeljs.io/docs/plugins/#transform-plugins) on its supported transformations for more details.

Here's a full list of React Native's [enabled transformations](https://github.com/facebook/react-native/blob/master/babel-preset/configs/main.js#L16).
A full list of React Native's enabled transformations can be found in [metro-react-native-babel-preset](https://github.com/facebook/metro/tree/master/packages/metro-react-native-babel-preset).

ES5

Expand Down

0 comments on commit ccdf248

Please sign in to comment.