WARNING on build

Hello,

I am trying to build like production version my project using Angular CLI (latest version) and I am getting warnings because of imported css files.
I am importing these files like in documentation:


While running npm run build (ng build --prod) I am getting warnings because of ej2-ng-navigations (first three errors) and ej2-ng-grids (last three errors):


Maybe you know how can I fix these warnings?


1 Reply

DR Dhivya Rajendran Syncfusion Team May 16, 2018 03:37 AM UTC

Hi AC, 
Thanks for contacting Syncfusion support. 

We have validated your query and we suggest you to use the below command in your application to resolve the reported problem. 

 ng build --prod --extract-css=false 

Please get back to us if you need further assistance. 

Regards, 
R.Dhivya 


Loader.
Up arrow icon