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: CHANGELOG.md
+10-3Lines changed: 10 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -49,12 +49,19 @@
49
49
50
50
*@angular/cli: compressed output (.gz) is no longer generated on production builds.
51
51
*@angular/cli: sourcemaps now are always [filename].map (e.g `main.bundle.js.map` instead of `main.bundle.map`).
52
-
*@angular/cli: The configuration file angular-cli.json has been renamed to .angular-cli.json
52
+
*@angular/cli: The configuration file `angular-cli.json` has been renamed to `.angular-cli.json`.
53
+
54
+
Rename the file in your project, and update the file reference in `karma.conf.js`.
53
55
*@angular/cli: Generating a module with routing will no longer generate an associated component.
54
-
*@angular/cli: 'assets' as a string in angular-cli.json is no longer allowed, use an array instead.
56
+
*@angular/cli: 'assets' as a string in angular-cli.json is no longer allowed.
57
+
58
+
Use an array instead.
55
59
*@angular/cli: Removing the `ng init` & `ng update` commands because their current implementation causes more problems than it solves. Once RC is released, we won't need to use those to update anymore as the step will be as simple as installing the latest version of the CLI.
60
+
61
+
Use this section for updating to newer versions of the CLI, along with the [update documentation](https://github.com/angular/angular-cli#updating-angular-cli).
56
62
*@angular/cli: A new environmentSource entry replaces the previous source entry inside environments.
0 commit comments