Skip to content

[FIX]: Speed up Angular Vite Plugin #2

Closed
@brandonroberts

Description

@brandonroberts

The initial implementation of the Vite Plugin for Angular builds on the POC done by the browser builder for esbuild in the Angular CLI. This doesn't take into account for watch mode, and doesn't do much caching or incremental analysis.

I ported over some of the incremental analysis from the @ngtools/webpack AngularWebpackPlugin, but more could be done here to make it fast enough. Incremental analysis is the closest we'll get to single file compilation until its supported in Angular.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions