You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
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.
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”
]