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): explicitly set compilation target in test configuration #21118

Merged
merged 1 commit into from
Jun 11, 2021
Merged

fix(@angular-devkit/build-angular): explicitly set compilation target in test configuration #21118

merged 1 commit into from
Jun 11, 2021

Commits on Jun 11, 2021

  1. fix(@angular-devkit/build-angular): explicitly set compilation target…

    … in test configuration
    
    When not set, and browserslist returns no reesults due to the file being empty or commented. Webpack will generate invalid code because it doesn't know which enviorment we want to target.
    
    ```diff
    - (self["webpackChunktest_app"] = self["webpackChunktest_app"] || []).push([["vendor"],{
    
    /***/ 8583:
    ```
    
    Closes #21111
    alan-agius4 committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    328e6ba View commit details
    Browse the repository at this point in the history