Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(@angular-devkit/build-angular): support in-memory results for esbuild builder #24912

Merged
merged 1 commit into from Mar 27, 2023

Commits on Mar 24, 2023

  1. refactor(@angular-devkit/build-angular): support in-memory results fo…

    …r esbuild builder
    
    To provide support for development server integration, the esbuild-based builder can now
    be setup to provide in-memory file results at the completion of a build.  This applies to
    both watch and non-watch modes. The result output object structure is not currently considered
    part of the public API and is currently only intended to be used by other builders within the
    package.
    clydin committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    30683dc View commit details
    Browse the repository at this point in the history