mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-23 20:23:08 +00:00
Update babel link (#7837)
This commit is contained in:
committed by
Paul O’Shannessy
parent
acc97667b6
commit
18196d304a
@@ -43,7 +43,7 @@ For this tutorial, we're going to make it as easy as possible. Included in the s
|
||||
<title>React Tutorial</title>
|
||||
<script src="https://unpkg.com/react@{{site.react_version}}/dist/react.js"></script>
|
||||
<script src="https://unpkg.com/react-dom@{{site.react_version}}/dist/react-dom.js"></script>
|
||||
<script src="https://unpkg.com/babel-core@5.8.38/browser.min.js"></script>
|
||||
<script src="https://unpkg.com/babel-standalone@6.15.0/babel.min.js"></script>
|
||||
<script src="https://unpkg.com/jquery@3.1.0/dist/jquery.min.js"></script>
|
||||
<script src="https://unpkg.com/remarkable@1.6.2/dist/remarkable.min.js"></script>
|
||||
</head>
|
||||
|
||||
Reference in New Issue
Block a user