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

fix(@angular-devkit/build-angular): ensure directories are properly ignored in esbuild builder #24974

Merged
merged 1 commit into from
Apr 11, 2023

Commits on Apr 7, 2023

  1. fix(@angular-devkit/build-angular): ensure directories are properly i…

    …gnored in esbuild builder
    
    When using the esbuild-based browser application builder in watch mode, the underlying file
    watcher based on chokidar would previously not fully ignore the output path if the path contained
    a trailing slash. To workaround this, directory paths based on supplied options are now
    normalized to remove any trailing slashes.
    clydin committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    7d9876a View commit details
    Browse the repository at this point in the history