Reputation: 23
Build using ng build it will generate following. And size of vendor.js is too high.
Upvotes: 0
Views: 1811
Reputation: 86
ng build --prod --vendor-chunk=true
use it to bundle vendor.bundle.js separately
Upvotes: 2