Enhanced productivity. Reliable builds. Speed up build times by 10x. Cut test times by 3x. Implement Bazel the smart way and join the era of faster build and test.
Part 1. Repository Rules ยท Are you building with Bazel but having caching woes for a particular test target? Perhaps it's not getting as many cache hits...
Aspect's rules_ts is a port of rules_nodejs's @bazel/typescript package that provides a ts_project rule layered on top of rules_js, Aspect's new...
Bazel is pretty confusing. One confusion I've seen a lot is, when do I need to write a custom rule? When can I use a macro? When can I use a...
How fast is rules_js? Why is it better than rules_nodejs? How does it compare to non-Bazel npm tools? If you're reading this you may be considering...
At Aspect we've been working on supporting the Bazel build tool in the frontend/JS ecosystem for five years. We started from how Node.js programs are...
I suggest you add these lines to your .bazelrc file as early in your project as possible. Add one at a time and let the dust settle, as they can be...