Base solution for your next web application
Open Closed

Build warnings in Angular after upgrading from 7.2 to 8.6 #8977


User avatar
0
sumitshah created

We recently updated our appliaction's framework from ASP NET Zero v7.2 to v8.6.

While building the Angular Project, the CLI is emitting the below warnings

Warning: Entry point 'abp-ng2-module' contains deep imports into 'D:/Development/IDMSNG/IDMSNG/src/Infogroup.IDMS.Web.Host/nodemodules/rxjs/internal/observable/throwError'. This is probably not a problem, but may cause the compilation of entry points to be out of order. Warning: Entry point 'angular2-text-mask' contains deep imports into 'D:/Development/IDMSNG/IDMSNG/src/Infogroup.IDMS.Web.Host/nodemodules/text-mask-core/dist/textMaskCore'. This is probably not a problem, but may cause the compilation of entry points to be out of order.

WARNING in Exceeded maximum budget for D:/Development/IDMSNG/IDMSNG/src/Infogroup.IDMS.Web.Host/src/app/admin/subscription-management/invoice/invoice.component.less. Budget 6 kB was not met by 1.73 kB with a total of 7.73 kB.

We also tried building the raw ASP NET Zero Project (v8.6.0) which we downloaded from the website and it is also showing the same warnings.

For the one related to 'angular2-text-mask,' we found a post on Angular's github page (https://github.com/angular/angular/issues/31513) but no solution was provided and the issue was automatically closed.

Can you help us in resolving these issues.


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @sumitshah,

    This is just a warning, you can ignore it.