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

Make Vite plugin ask the resolver for the list of static assets and emit them one by one #2023

Open
BlueCutOfficial opened this issue Jul 5, 2024 · 0 comments

Comments

@BlueCutOfficial
Copy link
Collaborator

BlueCutOfficial commented Jul 5, 2024

https:/embroider-build/embroider/blob/main/packages/vite/src/resolver.ts#L63 this needs to not be hard-coded

the new api should be just to enumerate all the things to resolve so it goes through the same code-path 👍

Implementing this will make it simpler to implement new bundlers because they will all just have to ask the resolver for the files to output and the resolver will be driving. It's probably best to do this before #2021

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

No branches or pull requests

1 participant