Charles Lyding
fc1e08deaa
feat(@angular/cli): hide error/warning build output stacktraces
2018-01-25 15:57:35 +00:00
Alex Rickabaugh
7b4b2c78d4
feat(@angular/cli): support 5.0.0+ builds of @angular/service-worker
2017-11-06 17:30:38 +00:00
vsavkin
5421e69eb6
feat(@angular/cli): improve error messages for apps that do not have 'main' defined
2017-09-25 09:56:17 -07:00
Charles Lyding
bae9d06c7d
fix(@angular/cli): sync webpack stats file content options
2017-08-03 18:05:15 +01:00
Filipe Silva
138f2b8cd3
fix(@angular/cli): show warnings on serve
...
Errors and warnings neet to be printed separately.
Followup to #6989
Fix #7213
2017-07-31 21:17:19 +01:00
Hans Larsen
61b4e2202f
feat(@angular/cli): rewrite stats output to properly show the asset size
...
This is a feature in principle; the output is changed. The stats themselves dont though.
2017-07-21 14:42:55 -04:00
Charles Lyding
3dbd3ad88e
refactor(@angular/cli): remove unneeded rimraf dependency
2017-06-29 15:49:59 +01:00
Sumit Arora
2be0bf2d53
fix(@angular/cli): fix delete path check
2017-06-07 11:22:25 -07:00
Filipe Silva
91cbe3375f
refactor(@angular/cli): use this.project instead of cliProject
2017-05-24 13:39:30 -07:00
Filipe Silva
8bf040b7e3
feat(@angular/cli): add flag to not delete output path
...
Fix #5925
Fix #6193
2017-05-08 14:27:59 +01:00
Mike Brocchi
1609554c4d
refactor(@angular/cli): consolidate config reading logic ( #5023 )
2017-02-27 21:22:19 -08:00
Sumit Arora
ade2236a9b
feat(@angular/cli): adding the --app command option ( #4754 )
2017-02-22 14:19:29 -08:00
Filipe Silva
3bba4cb4da
feat(@angular/cli): use same webpack config for karma
...
Close #4851
Fix #3605
Fix #4850
Fix #4876
2017-02-22 11:54:06 +00:00
Hans Larsen
6402a27ee5
feat(@angular/cli): disable invalid commands on ejected apps
...
Closes #4680
2017-02-16 16:52:13 -08:00
Charles Lyding
57ef508895
feat(build): add --poll
option to build/serve/test commands
...
Close #4268
Close #4715
2017-02-16 09:04:49 +00:00
Varun Vachhar
469ca912dc
feat(@angular/cli): add --stats-json flag to build ( #4189 )
...
Allows you to run ng build --json which generates dist/stats.json. This can then be used with things like the webpack-bundle-analyzer or https://webpack.github.io/analyse/
Fix #3179
2017-02-15 15:39:29 +00:00
Filipe Silva
488185b4a8
fix(@angular/cli): Bail out if output path is the root folder pt2 ( #4518 )
...
Followup from #4490
2017-02-09 10:26:02 +00:00
Hans
601f9b38f8
feat(@angular/cli): move angular-cli to @angular/cli ( #4328 )
...
This release is otherwise identical to beta.28.
2017-02-01 18:19:50 -08:00