Skip to content
This repository was archived by the owner on May 4, 2022. It is now read-only.
This repository was archived by the owner on May 4, 2022. It is now read-only.

Node-modules\@ionic-native\network\index.js depends on ‘rxjs/add/observable/merge’. CommonJS or AMD dependencies can cause optimization bailouts #1147

Description

@Sureshc32

node modules\ @ionic-native\network\index.js depends on ‘rxjs/add/observable/merge’. CommonJS or AMD dependencies can cause optimization bailouts.

How to overcome this issue?
I am getting this issue on upgrade to Angular 10. Any suggestions?

Placing like this in angular.json clears warning message but How to resolve the actual issue.
“build”: {
“builder”: “@angular-devkit/build-angular:browser”,
“options”: {
“allowedCommonJsDependencies”: [
“rxjs/add/observable/merge”
]

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions