Tip ERROR in Child compilation failed when angular8 package: Solutions

An error occurred while packing my own angular project

ERROR in Child compilation failed:
undefined
ERROR in budgets, maximum exceeded for F:/angular/demo/mjcomm/src/app/editor/editor.component.css. Budget 10 kB was exceeded by 5.43 kB.
ERROR in budgets, maximum exceeded for F:/angular/demo/mjcomm/src/app/chat/chat.component.css. Budget 10 kB was exceeded by 5.8 kB.

The reason is that these two components I joined the rich text editor, style editor rich text size exceeds the limit angular packaged single template css to find angular.json in the root directory and locate budgets

 

 The maximumWarning and transfer large enough maximumError

 

Guess you like

Origin www.cnblogs.com/raonet/p/12133010.html