Migrate ootb AEM React SPA to AEM React SPA with Vite instead of Webpack? Or upgrade Webpack 4 to Webpack 5
When we create AEM React SPA Archetype project (frontendModule="react") we get AEM SPA Editor JS SDK and the ootb React application (ui.frontend) based on the Create React App with core components with necessary mappings
- Is there a definite guide on how to migrate AEMs ui.frontend CRA to React Vite application?
- Any documentation on how to get there with Vite Plugin (aemvite.dev)?
Additionally, is it possible to upgrade from Webpack 4 to Webpack 5 in the context of AEM ui.frontend?
Thanks