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

Commits on Mar 25, 2021

  1. Ensure @glimmer/babel-preset is usable in browsers

    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.
    Chris Garrett committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    20998b4 View commit details
    Browse the repository at this point in the history