medusajs / roadmap

3 stars 2 forks source link

Admin: Vite build-tooling #7

Closed olivermrbl closed 4 months ago

olivermrbl commented 5 months ago

We are improving the developer experience of Medusa Admin by migrating our build tooling from Webpack to Vite. This update should deliver near-instant HMR in development and generally offer an improved server with faster build times. Additionally, the extensions mechanism will be moved to a Vite plugin.

We aim to ensure a seamless migration. No changes will be needed for extensions that are part of a Medusa backend project. However, for extensions included in a plugin, a new version bundled with our new build tool will need to be released for the extensions to be picked up. We will publish more information and a migration guide as we approach the initial beta testing.