Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: angular/angular-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f43b38986835af78300cc0dd9e511c67d618a9f0
Choose a base ref
...
head repository: angular/angular-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5051f8ab0a92d468034d17f2051241a479317582
Choose a head ref
  • 5 commits
  • 5 files changed
  • 3 contributors

Commits on Nov 20, 2023

  1. Configuration menu
    Copy the full SHA
    73f0e70 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. fix(@angular-devkit/build-angular): ensure service worker hashes inde…

    …x HTML file for application builder
    
    The generated HTML files for the application were previously not included in the hash calculations for
    the service worker. This has now been corrected and the index file for an application will not be included
    when service worker support is enabled via the `serviceWorker` option.
    
    (cherry picked from commit c0db618)
    clydin committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    8072b85 View commit details
    Browse the repository at this point in the history
  2. perf(@angular-devkit/build-angular): only create one instance of post…

    …css when needed
    
    Prior to this change a postcss instance was created for every component style. This can cause a performance overhead when using tailwindcss, since each tailwind instance would do multiple IO calls to get the list of files specified in the `content` field.
    
    (cherry picked from commit 48b2732)
    alan-agius4 committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    d998707 View commit details
    Browse the repository at this point in the history
  3. fix(@angular-devkit/build-angular): default to watching project root …

    …on Windows with application builder
    
    When using the `application` or `browser-esbuild` builder in watch mode on Windows, the project root
    will now be watched by default. This provides a workaround for users of Visual Studio which uses a
    file save mechanism that causes the watch mode to not correctly trigger. By watching the entire
    project root, this problem is avoided. However, this may result in additional rebuilds due to changes
    of unrelated files in the project root.
    This behavior can be disabled using the environment variable `NG_BUILD_WATCH_ROOT=0`. On non-Windows
    platforms, disabled is the default.
    
    Addresses #26437
    
    (cherry picked from commit 96b5b10)
    clydin committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    450dd29 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5051f8a View commit details
    Browse the repository at this point in the history
Loading