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

Поделиться
HTML-код
  • Опубликовано: 19 окт 2023
  • In this talk you'll learn how an abstracted Vite and esbuild-based pipeline power Angular's latest features such as fine-grained reactivity with signals and deferrable views.
    Minko is a developer relations lead at Google where he works on open source technologies.
  • НаукаНаука

Комментарии • 2

  • @alexonyshko730
    @alexonyshko730 8 месяцев назад

    Great presentation and video!

  • @zobidafly
    @zobidafly Месяц назад

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