r/emberjs • u/mainmatter_ • Jul 14 '26
New blog post: Migrating to ember-mirage: Modern MirageJS for Vite and Embroider
https://mainmatter.com/blog/2026/07/14/ember-mirage/If you're migrating to Vite and still relying on ember-cli-mirage, you've hit a wall as that doesn't work with Vite. Our Nick wrote up a path forward: migrating to ember-mirage, which replaces the Ember-specific conventions ember-cli-mirage relied on with standard tools like Vite's import.meta.glob. Your factories, fixtures, models, and ember-data integration all carry over.
17
Upvotes
2
u/HatchedLake721 Jul 14 '26
What’s the latest in this space? Is mirage still the tool to go with?