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: f38ed0c0e0e13d3e1ad35d0c44ba455a08550735
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: eee34c4baaf25cdd402342254b2c9c9b1ed49fed
Choose a head ref
  • 6 commits
  • 6 files changed
  • 3 contributors

Commits on Jan 31, 2024

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

Commits on Feb 1, 2024

  1. refactor(@angular-devkit/build-angular): remove casting since `setSou…

    …rceMapsEnabled` is in typings now
    
    Remove redundant casting.
    
    (cherry picked from commit d5a35d7)
    alan-agius4 committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    1b2bf5d View commit details
    Browse the repository at this point in the history
  2. fix(@angular-devkit/build-angular): allow ./ baseHref when using vi…

    …te based server
    
    Since this change 4b3a965
    A warning is displayed when using `./` as a base href
    ```
    (!) invalid "base" option: ".". The value can only be an absolute URL, "./", or an empty string.
    ```
    
    (cherry picked from commit 2a25e06)
    alan-agius4 committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    3de3aa1 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. test: update webpack tests filenames and size checks to pass with lat…

    …est webpack
    
    Fix CI
    
    (cherry picked from commit b654956)
    alan-agius4 committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    c3538b4 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. fix(@angular-devkit/build-angular): ensure WebWorker main entry is us…

    …ed in output code
    
    Previously, the check for determining the correct main entry point for a bundled web worker
    found in application code could incorrectly use a lazy chunk created from the worker bundling
    under certain situations. The check has now been made more strict to mitigate these situations.
    
    (cherry picked from commit 1aeeb7d)
    clydin committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    17f47a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eee34c4 View commit details
    Browse the repository at this point in the history
Loading