| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Add `--vendor-chunk` option to `ng build/serve`. Enabling vendor chunk can help with rebuild speeds. My tests on a medium project show a 34% improvement on rebuild. This option is enabled by default on `ng serve` and `ng build`. To disable it, use `--no-vendor-chunk` flag. Partially address angular#1980 BREAKING CHANGE: `ng build/serve` now generated `vendor.bundle.js` by default.
Add `--vendor-chunk` option to `ng build/serve`. Enabling vendor chunk can help with rebuild speeds. My tests on a medium project show a 34% improvement on rebuild. This option is enabled by default on `ng serve` and `ng build`. To disable it, use `--no-vendor-chunk` flag. Partially address angular#1980 BREAKING CHANGE: `ng build/serve` now generates `vendor.bundle.js` by default.
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Add --vendor-chunk option to ng build/serve.
Enabling vendor chunk can help with rebuild speeds. My tests on a medium project show a 34% improvement on rebuild.
This option is enabled by default on ng serve and ng build. To disable it, use --no-vendor-chunk flag.
Partially address #1980
BREAKING CHANGE: ng build/serve now generates vendor.bundle.js by default.