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): handle promise rejection in IndexHtmlWebpackPlugin #19895

Merged
merged 1 commit into from
Jan 28, 2021
Merged

fix(@angular-devkit/build-angular): handle promise rejection in IndexHtmlWebpackPlugin #19895

merged 1 commit into from
Jan 28, 2021

Commits on Jan 28, 2021

  1. fix(@angular-devkit/build-angular): handle promise rejection in Index…

    …HtmlWebpackPlugin
    
    Webpack doesn't handle promise rejections properly. With this change use use a try/catch block and add the error to the compilation.
    
    Closes #19893
    alan-agius4 committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    607bc53 View commit details
    Browse the repository at this point in the history