Open sbrady opened 8 years ago
yes I think so, I'll do that.
I am not sure why the Travis build failed
Seems like this might be a little tricky, see: https://github.com/Daniel15/babel-standalone/issues/15
Although version 5 still supports in browser transformations.
<script src="https://cdnjs.cloudflare.com/ajax/libs/babel-core/5.8.23/browser.min.js"></script>
should we document this somewhere?
Nice! Do you think it'd be helpful to also change
<script type=\"text/jsx\"
to<script type=\"text/babel\">
? I started to make this change a week ago and then got distracted.