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 babel.parse does not use top level babel config. #1

Merged
merged 1 commit into from
Oct 26, 2021

Conversation

rwjblue
Copy link
Member

@rwjblue rwjblue commented Oct 26, 2021

Without this, using babel.config.js (as introduced in ember-cli-babel >= 7.24.0) for babel configuration with certain presets (e.g. @babel/preset-typescript) throws an error.

Same fix as ember-cli/babel-plugin-htmlbars-inline-precompile#477

Without this, using `babel.config.js` (as introduced in ember-cli-babel
>= 7.24.0) for babel configuration with certain presets (e.g.
`@babel/preset-typescript`) throws an error.
@rwjblue rwjblue added the bug Something isn't working label Oct 26, 2021
@rwjblue rwjblue merged commit 30896fb into main Oct 26, 2021
@rwjblue rwjblue deleted the avoid-babel-config-issues branch October 26, 2021 22:18
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.

None yet

1 participant