Skip to content

Commit

Permalink
Merge pull request #6140 from NogsMPLS/removeBabelBrowser
Browse files Browse the repository at this point in the history
[Docs] Remove babel-browser link
(cherry picked from commit a026b35)
  • Loading branch information
zpao committed Mar 7, 2016
1 parent 95d310c commit 3ff62fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/09-tooling-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ We have instructions for building from `master` [in our GitHub repository](https

### In-browser JSX Transform

If you like using JSX, Babel provides an [in-browser ES6 and JSX transformer for development](http://babeljs.io/docs/usage/browser/) called browser.js that can be included from a `babel-core` npm release or from [CDNJS](http://cdnjs.com/libraries/babel-core). Include a `<script type="text/babel">` tag to engage the JSX transformer.
If you like using JSX, Babel 5 provided an in-browser ES6 and JSX transformer for development called browser.js that can be included from [CDNJS](http://cdnjs.com/libraries/babel-core/5.8.34). Include a `<script type="text/babel">` tag to engage the JSX transformer.

> Note:
>
Expand Down

0 comments on commit 3ff62fa

Please sign in to comment.