embroider-build / embroider

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

Make the addon-template use vite #1864

Closed BlueCutOfficial closed 1 month ago

BlueCutOfficial commented 1 month ago

Apps used in test scenarios are built out of an app template. Recently, one of these templates, app-template, has been modified so the output apps are built with vite. But addon-template hasn't been modified the same way. With the work on virtualization, we start to see test cases where we require the addon-template to output a dummy app building with vite as well.

This PR aligns addon-template with app-template to use vite: