Skip to content
This repository has been 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

Open
Sureshc32 opened this issue Nov 11, 2021 · 1 comment
Labels

Comments

@Sureshc32
Copy link

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”
]

@ionitron-bot ionitron-bot bot added the triage label Nov 11, 2021
@Sureshc32
Copy link
Author

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant