Charles Lyding
9af0c3f7d5
fix(@angular/cli): update Webpack to support empty array elements in optimizations
2018-02-12 16:13:21 -05:00
Mike Brocchi
5a736bd90b
refactor: Update rxjs operators to be lettable
...
Fixes #8912
2018-01-23 09:55:02 -08:00
Charles Lyding
ea349c31c3
fix(@angular/cli): ensure webpack 3 sass-loader support
2018-01-18 13:05:02 -05:00
Hans Larsen
b79549dc5f
docs: clarified licenses and renamed spdx variable to what it is
...
The Spdx list is the list of licenses understood by SPDX, not necessarily agreed on
by our team and/or Google. That variable is really a whitelist.
2017-09-20 21:41:00 -04:00
Charles Lyding
e6f745d458
build: update license test special cases
2017-08-17 15:28:30 -04:00
Filipe Silva
41dce6e76f
ci: update license test exceptions
2017-08-10 15:33:08 +01:00
Filipe Silva
fe85750cb7
feat(@angular/cli): add scope hoisting via webpack 3
...
This should result in significant bundle size reduction. For best results, build for production with `--vendor-chunk=false`.
See https://medium.com/webpack/webpack-3-official-release-15fd2dd8f07b for details.
2017-07-10 16:59:08 -07:00
Filipe Silva
dbbede8754
ci: speed up travis start time
...
The `trusty` env on travis now supports container based builds: https://docs.travis-ci.com/user/trusty-ci-environment/
Also adds cache for node_modules, and updates yarn lock.
This should improve start up time.
2017-06-22 19:02:00 +01: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
Filipe Silva
6d5dfa01c0
test: add license test ( #4561 )
...
* test: add license test
* only check prod dependencies
* remove findup dep
* also check dev deps
* add map-stream to ignore list
* remove license-checker
* add comment
* use logger
* fix lint errors
2017-02-17 14:49:04 +00:00