You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -16,13 +16,13 @@ This project is very much still a work in progress.
16
16
The CLI is now in beta.
17
17
If you wish to collaborate while the project is still young, check out [our issue list](https://github.com/angular/angular-cli/issues).
18
18
19
-
## Webpack preview release update
19
+
## Webpack update
20
20
21
-
We're updating the build system in Angular-CLI to use webpack instead of Broccoli.
21
+
We changed the build system between beta.10 and beta.12, from SystemJS to Webpack.
22
+
And with it comes a lot of benefits.
23
+
To take advantage of these, your app built with the old beta will need to migrate.
22
24
23
-
You can install and update your projects using [these instructions](https://github.com/angular/angular-cli/blob/master/WEBPACK_UPDATE.md).
24
-
25
-
**The current instructions on this file reflect usage for the `webpack` version.**
25
+
You can update your `beta.10` projects to `beta.12` by following [these instructions](https://github.com/angular/angular-cli/wiki/Upgrading-from-Beta.10-to-Beta.12).
0 commit comments