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 Jun 11, 2021. It is now read-only.
We can use the library just fine, it seems that upgrading to Angular 10 produces the following warning:
WARNING in C:\Dev\WebApp\src\NgApps\node_modules\ng2-img-tools\__ivy_ngcc__\dist\src\img-crop.service.js depends on 'rxjs/Subject'. CommonJS or AMD dependencies can cause optimization bailouts.
For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies
WARNING in C:\Dev\WebApp\src\NgApps\node_modules\rxjs\Subject.js depends on 'rxjs-compat/Subject'. CommonJS or AMD dependencies can cause optimization bailouts.
For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies
To replicate create new Angular 10 project, add ng2-img-tools and run ng serve.
Thanks.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We can use the library just fine, it seems that upgrading to Angular 10 produces the following warning:
To replicate create new Angular 10 project, add ng2-img-tools and run
ng serve
.Thanks.
The text was updated successfully, but these errors were encountered: