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

Ensure @glimmer/babel-preset is usable in browsers #340

Merged
merged 1 commit into from
Mar 25, 2021

Conversation

pzuraq
Copy link
Member

@pzuraq pzuraq commented Mar 25, 2021

Currently, attempting to use @glimmer/babel-preset in browsers with
standard build tooling fails due to the dynamic require that Babel
itself does with the resolved paths. This change adds an option that
allows us to load the plugins directly, which means that they will be
bundled properly.

Currently, attempting to use `@glimmer/babel-preset` in browsers with
standard build tooling fails due to the dynamic `require` that Babel
itself does with the resolved paths. This change adds an option that
allows us to load the plugins directly, which means that they will be
bundled properly.
@pzuraq pzuraq merged commit d44191a into master Mar 25, 2021
@pzuraq pzuraq deleted the bugfix/fix-preset-usage-in-browsers branch March 25, 2021 17:43
@pzuraq pzuraq added the bug label Mar 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant