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

Reexport precompile from babel-plugin-component-templates #95

Merged
merged 1 commit into from
Feb 1, 2021

Conversation

chiragpat
Copy link
Collaborator

Why

Currently if there are any other babel plugins running along with @glimmerx/babel-plugin-component-template, they have to ensure they are running the same version of the compiler as this plugin. Instead of this implicit dependency we will re export the precompile function from the compiler so that there is an explicit dependency between these packages.

How

  • Reexport precompile from @glimmer/compiler

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants