Skip to content
This repository has been archived by the owner on Jun 29, 2018. It is now read-only.

New build breaks text/babel and text/jsx fetching #84

Closed
tomgillespy opened this issue May 15, 2017 · 3 comments
Closed

New build breaks text/babel and text/jsx fetching #84

tomgillespy opened this issue May 15, 2017 · 3 comments

Comments

@tomgillespy
Copy link

tomgillespy commented May 15, 2017

I can't get a test case just yet, but the new release fetched from the cdn broke fetching of javascript using text/babel and text/jsx in the type descriptor. I've downgraded to 6.24.0 and it works fine again.

I have the babel script in the head:
<script src="assets/custom/js/babel.min.js" charset="utf8"></script>

And below in the document 'footer' I have my assets, one of them includes
<script type="text/babel" src="assets/custom/js/haversine.babel.js"></script>

And it was not fetching the haversine script to transpile it.

I should be able to get a better test case later today.

@RRSprinkhuizen
Copy link

Behaviour and workaround confirmed by me :-p Thanks.

@Daniel15
Copy link
Member

Thanks for the bug report! Looking...

@Daniel15
Copy link
Member

Thanks for reporting this! I've patched this in 6.24.2 release and have confirmed it's working correctly now: https://babel-standalone.dan.cx/examples/scriptTag-src.htm

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants