ionic-team / ionic-v3

The repo for Ionic 3.x. For the latest version of Ionic, please see https://github.com/ionic-team/ionic
Other
129 stars 86 forks source link

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 2 years ago

Sureshc32 commented 2 years ago

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

Sureshc32 commented 2 years ago

@ionicandrew @Ionitron @likhithIonic @marlon-ionic