468 Commits

Author SHA1 Message Date
Filipe Silva
290929c0bd fix(@angular-devkit/build-angular): only add ngsw after universal has rendered 2018-07-20 21:21:19 +01:00
Teamop
8475b3dadb fix(@angular-devkit/build_angular): use webpack 4 hooks for karma plugin 2018-07-16 09:34:55 -07:00
banjankri
09d019e733 changing order of event and coverage reporters
Fixing an issue when event reporter is executed before coverage reporter, which was causing the test command to pass even though unit testing coverage thresholds were not met.
2018-07-13 08:23:08 -07:00
Charles Lyding
c899c56364 refactor(@angular-devkit/build-angular): allow webpack plugin to use default host 2018-07-12 15:53:29 -07:00
Charles Lyding
b10c42c721 fix(@angular-devkit/build-angular): fix webpack hostadapter return types 2018-07-12 15:53:29 -07:00
Charles Lyding
56fb5ebce0 refactor(@angular-devkit/build-angular): use plugin for file replacement 2018-07-12 15:53:29 -07:00
Hans Larsen
483cbe2665 refactor: add tslint-sonarts and a lot of tslint rules
This should clean up the code a bit.

Note: at first I added the no-useless-cast rule, but after getting frustrated
with it (as it has many false positive), I decided to remove the rule but some
useless casts were removed so I let those in the PR.
2018-07-10 15:07:36 -07:00
Hans
cb588b68b3 fix(@angular-devkit/build-angular): use the internal buildWebpackConfig method
Instead of directly calling the browser builder. This means it can be overridden by
subclasses.
2018-07-10 12:55:27 -04:00
Filipe Silva
3529096a53 fix(@angular-devkit/build-angular): don't add hash to lazy styles
Fix #11235
2018-07-10 10:38:10 -04:00
Filipe Silva
5e7f7dea26 fix(@angular-devkit/build-angular): add missing deploy-url to server
Fix https://github.com/angular/angular-cli/issues/11426
2018-07-05 10:01:40 -04:00
Charles Lyding
fd14e4e162 fix(@angular-devkit/build-angular): add all current TSLint default formatters to schema 2018-07-02 09:48:05 -04:00
Alan Agius
3108ce30ab refactor: remove redundant error in catch 2018-07-02 08:20:59 -04:00
Teamop
0126721610 fix(@angular-devkit/build_angular): use webpack 4 hooks for karma plugin 2018-06-18 09:37:45 -04:00
Nico Jansen
a11dddf454 feat(angular_devkit): stop blocking karma after compilation error 2018-06-10 12:33:14 +01:00
Filipe Silva
55fd39940a fix(@angular-devkit/build-angular): pass in ContextElementDependency to ngtools/webpack
Should go in only together with "feat(@ngtools/webpack): allow passing in the right ContextElementDependency class".
2018-06-08 12:54:22 +01:00
Filipe Silva
182c890979 fix(@angular-devkit/build-angular): update webpack types 2018-06-08 12:54:22 +01:00
Vincent Pizzo
dc62ecb9b5 fix(@angular-devkit/build-angular): Allow less-loader to use webpack resolver
- If you look at https://github.com/webpack-contrib/less-loader#less-resolver, it states that
if you provide paths, it will use the less resolver. We should only use the less-resolver when
stylePreprocessorOptions.includePaths are actually given.
- This fixes issues where if in your less file you `@import "~@dependency/less-file";` it actually
resolves correct and when you import something like `@import "some-local-file";` it actually
recompiles when `ng build --watch` is ran.
2018-06-08 12:00:06 +01:00
Hans Larsen
44086c60ff build: move devkit repo back to angular-cli 2018-06-05 18:50:06 -07:00