Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

NullVoxPopuli
Copy link
Collaborator

@NullVoxPopuli NullVoxPopuli commented Jun 18, 2025

This is the repro that @ef4 asked for in embroider-build/ember-auto-import#659

Note

This fake auto-import dependency will need to be added to all ember projects with the classicEmberSupport() plugin.

This

  • Disable ember-auto-import in vite projects ember-auto-import#659
    is still a simpler solution - but has a requirement: in order for it to be the solution, folks would need to set an override/resolution to force a single copy of ember-auto-import across their dependency graph so that all copies no-op (this is what I do in all my projects, but I can understand folks not wanting to do that).

Important

Merging this PR closes embroider-build/ember-auto-import#659 forever! 🎉

@NullVoxPopuli NullVoxPopuli force-pushed the nvp/remove-auto-import-from-vite-app branch from 044865c to d103dd8 Compare August 28, 2025 14:42
@@ -24,8 +24,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
- name: lint
run: pnpm lint
# - name: lint
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

temporary -- do not allow merge without uncommenting

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

Successfully merging this pull request may close these issues.

1 participant