I use ng build,the vendor.bundle.js size is 6M!
which options I can use?
https://github.com/angular/angular-cli/blob/master/CONTRIBUTING.md#question
ng build --prod
Disclaimer: Angular is a big library, with latest version (tree shaking enabled) it's reduced to 200KB gzipped.
@ishitatsuyuki got it
This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
_This action has been performed automatically by a bot._
Most helpful comment
https://github.com/angular/angular-cli/blob/master/CONTRIBUTING.md#question
ng build --prodDisclaimer: Angular is a big library, with latest version (tree shaking enabled) it's reduced to 200KB gzipped.