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

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant