We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6415cc commit a799a9cCopy full SHA for a799a9c
packages/angular-cli/upgrade/version.ts
@@ -95,8 +95,8 @@ export class Version {
95
if (this.isPreWebpack()) {
96
console.error(bold(red('\n' + stripIndents`
97
It seems like you're using a project generated using an old version of the Angular CLI.
98
- The latest CLI now uses webpack and includes a lot of improvements, include a simpler
99
- workflow, a faster build and smaller bundles.
+ The latest CLI now uses webpack and has a lot of improvements including a simpler
+ workflow, a faster build, and smaller bundles.
100
101
To get more info, including a step-by-step guide to upgrade the CLI, follow this link:
102
https://github.com/angular/angular-cli/wiki/Upgrading-from-Beta.10-to-Beta.14
0 commit comments