so viteJS & esbuild replaces WebPack entirely (video 10:15/14:42), refactoring `ng build` and `ng serve` using viteJS and esbuild-you told that is using these tools during development (with the command `ng serve`) while `ng build` is using ngc & TS, so I assume ngc is using viteJS instead of WebPack, right (video 10:53/14:42)? I'm just asking because I don't see viteJS getting involved in the **build process** -nor WebPack. As I'm using Module Federation (a WebPack plugin), I'd like to know if there would be an impact on future Angular versions...
Great presentation and video!
so viteJS & esbuild replaces WebPack entirely (video 10:15/14:42), refactoring `ng build` and `ng serve` using viteJS and esbuild-you told that is using these tools during development (with the command `ng serve`) while `ng build` is using ngc & TS, so I assume ngc is using viteJS instead of WebPack, right (video 10:53/14:42)?
I'm just asking because I don't see viteJS getting involved in the **build process** -nor WebPack.
As I'm using Module Federation (a WebPack plugin), I'd like to know if there would be an impact on future Angular versions...