embroider-build / embroider

Compiling Ember apps into spec-compliant, modern Javascript.
MIT License
329 stars 137 forks source link

Vite dep tests #1880

Closed mansona closed 2 weeks ago

mansona commented 1 month ago

This PR is to demonstrate how we want to do vite dependency optimisation tests in the future. We don't want any/much vite-specific infrastructure in our tests and we want to rely on the audit system to make sure that the correct dependencies being built in vite dev mode

TODO

mansona commented 1 month ago

The actual audit refactor is happening in https://github.com/embroider-build/embroider/tree/audit-refactor but there is no Pull request yet so I can't link to that 😂

mansona commented 2 weeks ago

We are building a new test based on the work in https://github.com/embroider-build/embroider/pull/1882 which will be a new PR so I'm closing this now 👍