5 Commits

Author SHA1 Message Date
Filipe Silva
187352ca6d feat(@angular-devkit/build-angular): use webpack 4.11.1 2018-06-08 12:54:22 +01:00
Hans Larsen
cdce621c4e fix(@angular-devkit/core): remove circular dependencies 2018-06-08 12:00:35 +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
48fd3e5c2b fix(@angular-devkit/core): when two projects are the same, pick the first declared
The comparator function for project names was invalid; sort() expect to be consistent and
in this case was returning 1 for a set of arguments, and 0 if arguments were reversed, leading
inconsistencies in the sort result.
2018-06-07 09:30:12 -07:00
Hans Larsen
44086c60ff build: move devkit repo back to angular-cli 2018-06-05 18:50:06 -07:00