Matt Martz
2a903d26fd
fix(@angular/cli): enable dev server history fallback in ejected config
2017-04-11 16:33:50 -07:00
Charles Lyding
4563ec583a
refactor(@angular/cli): modernize webpack style config
...
Close #5672
2017-03-29 11:04:09 +01:00
Hans
7461528b5f
fix(@angular/cli): eject command removes EOF
...
Notably `package.json` and `tsconfig.json`.
Fixed #5387 .
2017-03-13 09:00:00 -07:00
John Papa
e31413558f
fix(@angular/cli): rephrased warning message
...
Rephrasing the warning message to read more fluently
"needs to not contain" ---> "must not contain"
Close #5006
2017-03-03 16:09:10 +00:00
Meligy
3b39843513
fix(@angular/cli): fix e2e after eject
...
Start webpack-dev-server with e2e & sync its port with protractor default config port.
Close #4957
2017-03-03 16:08:00 +00:00
Mike Brocchi
1609554c4d
refactor(@angular/cli): consolidate config reading logic ( #5023 )
2017-02-27 21:22:19 -08:00
Hans
211270d85f
fix(@angular/cli): fix access to sections of package.json that dont exist ( #5074 )
...
Fixes #5070 .
2017-02-27 16:36:19 -08:00
Sumit Arora
ade2236a9b
feat(@angular/cli): adding the --app command option ( #4754 )
2017-02-22 14:19:29 -08:00
Meligy
7567f5c092
fix(eject): set ejected project to run webdriver-manager update
as part of e2e
npm script
...
Closes #4920
2017-02-22 14:15:01 -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
Charles Lyding
26d1e41eb8
fix(@angular/cli): stabilize webpack module identifiers
...
This provides increased viability for long-term caching by limiting the
changes to the content of output files due to webpack module identifier
changes.
Close #4733
2017-02-22 11:52:22 +00:00
Filipe Silva
d1e13ace0b
build: use noUnusedParameters, noUnusedLocals ( #4882 )
2017-02-21 10:53:34 -08:00
Filipe Silva
a2e819a8dd
fix(@angular/cli): fix css url processing ( #4803 )
...
Fixing component css in #4667 uncovered errors in CSS url processing.
This PR correctly composes absolute urls when using `--base-href` and/or `--deploy-url`.
It also fixes asset output on `--aot` mode.
Fix #4778
Fix #4782
Fix #4806
2017-02-20 13:18:21 +00:00
Hans Larsen
7ac0d05626
feat(@angular/cli): eject command
...
The command will generate a webpack.config.js and will add scripts to the package.json.
2017-02-16 16:52:02 -08:00