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): mark rxjs add imports as having side effects #18292

Merged
merged 1 commit into from
Jul 20, 2020

Commits on Jul 18, 2020

  1. fix(@angular-devkit/build-angular): mark rxjs add imports as having s…

    …ide effects
    
    This change prevents webpack from removing the operator add imports from the rxjs package (for example, `import 'rxjs/add/operator/filter';`).  The entire rxjs package is currently marked as side effect free from within the rxjs `package.json` but the files in the add directory intentionally contain side effects.
    clydin committed Jul 18, 2020
    Configuration menu
    Copy the full SHA
    5769545 View commit details
    Browse the repository at this point in the history