Minko Gechev | Optimal builds in Angular with Vite and esbuild | ViteConf 2023

แชร์
ฝัง
  • เผยแพร่เมื่อ 12 ม.ค. 2025

ความคิดเห็น • 2

  • @alexonyshko730
    @alexonyshko730 ปีที่แล้ว

    Great presentation and video!

  • @zobidafly
    @zobidafly 6 หลายเดือนก่อน

    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...