Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Babel plugins to fix Fragments issue #186

Merged
merged 2 commits into from
May 27, 2020
Merged

Conversation

mdespuits
Copy link
Contributor

Apparently, this has been a known issue for a while and the Fragment keyword in the final build was not correctly setup. Adding two Babel plugins not only assure backwards-compatibility but also ensure that Fragments will work as expected until these microbundle and TS bugs are resolved and released.

developit/microbundle#623

A known issue in TypeScript:
microsoft/TypeScript#20469

@mdespuits mdespuits added the bug Something isn't working label May 27, 2020
.babelrc Outdated Show resolved Hide resolved
@mdespuits mdespuits merged commit 913859e into master May 27, 2020
@mdespuits mdespuits deleted the fix-ts-compile-fragments branch May 27, 2020 18:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants