Filipe Silva
28e66f352d
fix(@angular/cli): improve rebundling speed
...
Forcing TypeScript to output commonjs modules instead of es2015 modules drastically improves rebuild speeds, especially for AOT.
This PR forces this option on the following modes:
- `ng build --watch --target=development`
- `ng serve --target=development`
- `ng test --code-coverage=false`
Please note that `--target=development` and `--code-coverage=false` are the defaults.
See https://github.com/webpack/webpack/issues/5863 for the webpack issue.
2017-10-20 11:00:51 -07:00
Filipe Silva
b0fd35ee37
feat(@angular/cli): add --preserve-symlinks to ng test
...
Fix #7081
2017-09-13 12:32:23 -07:00
Filipe Silva
5e8aadcb51
fix(@angular/cli): use build defaults in test
...
These defaults were added to build/serve/e2e but not to test.
2017-07-19 11:03:55 -04:00
Yaroslav Admin
70713bf076
feat(@angular/cli): add flag to specify environment for ng test command
2017-06-29 14:28:11 +01:00
Tatsuyuki Ishi
e7966a2465
fix(@angular/cli): remove default for test runners
...
These are specified in the config file and defaulting them in CLI makes karma.conf.js useless.
2017-05-04 20:09:12 +01:00
Charles Lyding
70243a2064
refactor(@angular/cli): remove additional unneeded ember-cli files
2017-05-04 19:59:54 +01:00
Hans Larsen
d94040b2de
fix(@angular/cli): sourcemaps should be the main option, sourcemap an alias
2017-03-14 15:32:00 -07:00
Charles Lyding
fcb1f35424
fix(@angular/cli): remove outdated test command option --build
...
Close #5235
2017-03-09 10:46:03 +00:00
Roy Ling
c2a85694e1
fix(@angular/cli): karma config is default for test command ( #5263 )
...
`ng help test` says _protractor_ config is used by default, but it should be karma config instead.
2017-03-06 21:32:03 -05:00
Mike Brocchi
1609554c4d
refactor(@angular/cli): consolidate config reading logic ( #5023 )
2017-02-27 21:22:19 -08:00
Sumit Arora
7ebe4f0d4e
fix(@angular/cli): adding help descriptions
2017-02-22 18:43:34 -05:00
Sumit Arora
ade2236a9b
feat(@angular/cli): adding the --app command option ( #4754 )
2017-02-22 14:19:29 -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
ruffiem
b9295e08e7
feat(@angular/cli): added argument for karma configuration file ( #4564 )
...
Fix #183
2017-02-10 12:32: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