Fabian Wiles
Fabian Wiles
@filipesilva I would like to raise the point that https://angular.io/guide/quickstart is now officially on the CLI (being webpack) and all subsequent guides on angular.io are also using the CLI. Therefore...
Here's an example of the opposite happening. https://github.com/angular/angular/pull/21939#issuecomment-365058011 While the apparent total size is decreasing, that's just because we are no longer tracking that file, due to it being deleted.
Also I just noticed that there are two different numbers on that issue for how much the build is changing by, even though the delta number remains the same (2.77KB)...
So just to be clear. Making this change will change both how the comment and status are displayed. Out of all the files change it will find the max change...
I made another little demo here https://schematics-search.firebaseapp.com/ It's search is pretty crude but it somewhat works and there's lots of optimizations that could be done to speed it up. The...
Thanks for looking into this @ryanluker . I'm out of town for the next week but be able to test it when im back. The build system we're using is...
I've just attempted to reproduce it at home with the [rules_nodejs](https://github.com/bazelbuild/rules_nodejs) repository. But it was working as expected. I expect that it's working here because I'm using VS Code on...
Ok so just tried it on Linux with the repository running locally and got this log: >Listening to file system at {/home/f.wiles/workspace}/bazel-out/_coverage/{_coverage_report.dat,lcov.info,cov.xml} The path to the file is `/home/f.wiles/workspace/bazel-out/_coverage/_coverage_report.dat` Also...
If one lib depends on another one within the repository, then you'd set it as a peer dependancy, therefore when published the user would be prompted to install the deep...
Sure, if you intend your lib to be used that way. Take the angular/angular monorepo as an example: It's a monorepo with libs published the same as our example here....