Sumit Arora
2be0bf2d53
fix(@angular/cli): fix delete path check
2017-06-07 11:22:25 -07:00
Sumit Arora
e72693a948
feat(@angular/cli): remove deduped licenses
2017-06-02 19:19:44 +01:00
Hans Larsen
9c7a7ea47b
fix(@angular/cli): allow node_modules to be linked somewhere else.
...
Fixes #6499 .
2017-05-31 10:59:22 -07:00
Filipe Silva
91cbe3375f
refactor(@angular/cli): use this.project instead of cliProject
2017-05-24 13:39:30 -07:00
Filipe Silva
2b2e8b3685
fix(@angular/cli): remove broken script after eject
...
`prepree2e` doesn't run because it's a lifecycle script for a lifecycle script, but even if it did it would not work because there is nothing coordinating the serve and e2e processes.
Users must manually initialize the server prior to running e2e tests after ejecting.
Related to https://github.com/angular/angular-cli/issues/6171
2017-05-24 15:29:32 -04:00
Filipe Silva
b9f8ca648d
fix(@angular/cli): put vendor ngfactory in vendor chunk
...
Currently vendor Angular libraries will have their *.ngfactory.ts in main.ts when building with `--aot`.
The easiest way to see this is with `source-map-explorer.
This PR correctly puts them in vendor.ts.
2017-05-17 16:16:28 -07:00
Tatsuyuki Ishi
3d9a7ff24d
refactor(@angular/cli): use EnvironmentPlugin instead of DefinePlugin
2017-05-08 12:18:29 +01:00
Suguru Inatomi
8e2f8cf57b
fix(@angular/cli): install webpack at ejection ( #5745 )
...
After ng eject, webpack package is not installed in the project, so npm run build requires global webpack installation.
2017-05-04 19:58:06 +01:00
Charles Lyding
b07f631773
feat(@angular/cli): always use named webpack modules in dev builds
2017-05-04 19:52:48 +01:00
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