0

I deploy my project in my server, every time I load the page I see that the file vendor.js take 34 s to load and its size is 12Mb, I don't know how to reduce or minify it because I don't find it in my project. I'm a beginner in angular sorry it is a basic question

I try ng build --prod because I found it in a question but I don't get any result

Kishan Patel
  • 778
  • 11
  • 26

1 Answers1

2

Decrease number of used external libraries

Kamil Kiełczewski
  • 85,173
  • 29
  • 368
  • 345