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

Fix support for ember-cli-babel v7 #1212

Merged

Conversation

bertdeblock
Copy link
Contributor

No description provided.

@@ -68,12 +68,18 @@ module.exports = {

appOrParent.options = appOrParent.options || {};

if (checker.satisfies('^6.0.0-beta.1') || checker.satisfies('^7.0.0')) {
if (checker.satisfies('^6.0.0-beta.1')) {
appOrParent.options.babel6 = appOrParent.options.babel6 || {};
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The babel6 key is not used anymore in ember-cli-babel v7

@marcoow marcoow merged commit ff7fcfb into mainmatter:master Sep 29, 2023
@mansona mansona added the bug label Feb 2, 2024
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.

3 participants