0
kwanp created
Hi i have some problem after project get larger my angular site it take very long time to finish rendered with "npm start or refresh.bat" command
How can i reduce Rendered time on angular
it stop on "92% after chunk asset optimization SourceMapDevToolPlugin main.js generate SourceMap" for almost 15-20 minutes
ASP.NET Core & Angular is my project type
Thank you
3 Answer(s)
-
0
Definetly this recudes render time.. but is not good for debugging. I've added 2 scripts in my packages so I can run with and without sourceMap
"start-nosourcemap": "ng serve --sourceMap=false ...."
-
0
closing due to inactivity...