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
With angular 8 Ivy it prevents production build since it contains deep import.
Getting below error and build fails. WARNING in Entry point 'ngx-restangular' contains deep imports into 'E:/test_app/node_modules/core-js/features/object'
The text was updated successfully, but these errors were encountered:
Angular 9 Upgrade, same warning :
Warning: Entry point 'ngx-restangular' contains deep imports into 'C:/../node_modules/core-js/features/object'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
And when i run my project
ERROR : Cannot instantiate cyclic dependency! Restangular
With angular 8 Ivy it prevents production build since it contains deep import.
Getting below error and build fails.
WARNING in Entry point 'ngx-restangular' contains deep imports into 'E:/test_app/node_modules/core-js/features/object'
The text was updated successfully, but these errors were encountered: