Alan Agius
|
90a29255da
|
refactor(@angular-devkit/build-angular): remove branch that checks for ɵmod
Under VE this symbol exists in ngfactories and hence it is not safe to use it to determine if the app is running under ivy
|
2019-10-16 05:56:23 -07:00 |
|
Alan Agius
|
f943d3a8dc
|
refactor(@angular-devkit/build-angular): rename ngModuleDef to ɵmod
|
2019-10-16 05:56:23 -07:00 |
|
Alan Agius
|
e847ee5c83
|
fix(@angular-devkit/build-angular): change the ngComponentDef to ɵcmp
Related to 64fd0d6db9
|
2019-10-16 05:56:23 -07:00 |
|
vikerman
|
2303a045ee
|
feat(@angular-devkit/build-angular): add analytics for ivy/non-ivy builds
Look for `ngComponentDef` or `ngModuleDef` in the webpack analytics plugin
to report back whether the current build is built with Ivy enabled.
|
2019-10-02 12:06:38 -07:00 |
|
Charles
|
3db2787cea
|
refactor(@angular-devkit/build-angular): update webpack typings (#15334)
|
2019-08-14 10:22:32 -07:00 |
|
Hans Larsen
|
fd512b8217
|
refactor: do not report errors if there is no errors to report
|
2019-07-02 11:07:13 -07:00 |
|
Hans Larsen
|
af6c6d41d5
|
refactor: add count of component to analytics
|
2019-07-02 11:07:13 -07:00 |
|
Filipe Silva
|
609acf4cac
|
fix(@angular-devkit/build-angular): verify chunk files exist before accessing
`chunk.files[0]` can be undefined, which caused `chunk.files[0].endsWith` to fail.
|
2019-04-10 08:42:39 -07:00 |
|
Alan Agius
|
d668889fae
|
refactor: remove console logs from analytics
This cause errors to be printed out multiple times
|
2019-04-02 04:46:36 -07:00 |
|
Hans Larsen
|
20103a35d6
|
fix(@angular-devkit/build-angular): fix countOccurences
And add testing for it.
|
2019-03-28 13:28:41 -07:00 |
|
Hans Larsen
|
a2ff62e2b0
|
feat(@angular-devkit/build-angular): add analytics for build
Add a few metrics that we want to capture in the build.
|
2019-03-28 13:28:41 -07:00 |
|
Hans Larsen
|
44086c60ff
|
build: move devkit repo back to angular-cli
|
2018-06-05 18:50:06 -07:00 |
|