Browse Source

Fetch latest babel link (#2153)

main
Swarnava Sengupta 5 years ago
committed by Alexey Pyltsyn
parent
commit
1fc28596fb
  1. 2
      static/html/single-file-example.html

2
static/html/single-file-example.html

@ -7,7 +7,7 @@
<script src="https://unpkg.com/react-dom@16/umd/react-dom.development.js"></script>
<!-- Don't use this in production: -->
<script src="https://unpkg.com/babel-standalone@6.15.0/babel.min.js"></script>
<script src="https://unpkg.com/@babel/standalone/babel.min.js"></script>
</head>
<body>
<div id="root"></div>

Loading…
Cancel
Save