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 dynamic import inside allowAppImports dirs #606

Merged
merged 1 commit into from
Dec 23, 2023
Merged

Conversation

ef4
Copy link
Collaborator

@ef4 ef4 commented Dec 23, 2023

The ember-auto-import/babel-plugin is necessary for apps that want to add dynamic import support to their classically built code. But inside a file controlled by allowAppImports, webpack is doing the buildng and there is already dynamic import support, so using the plugin there is actually an error.

The `ember-auto-import/babel-plugin` is necessary for apps that want to add dynamic import support to their classically built code. But inside a file controlled by allowAppImports, webpack is doing the buildng and there is already dynamic import support, so using the plugin there is actually an error.
@ef4 ef4 merged commit ad83213 into main Dec 23, 2023
119 checks passed
@ef4 ef4 deleted the allow-app-imports-dynamic branch December 23, 2023 02:17
@ef4 ef4 added the bug Something isn't working label Dec 23, 2023
@github-actions github-actions bot mentioned this pull request Dec 23, 2023
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.

1 participant