#build-tool
Read more stories on Hashnode
Articles with this tag
We recently released rules_js 1.0.0, a faster and more compatible approach to integrating JavaScript tooling under Bazel. Learn more by reading our...
After a few weeks in Release Candidate, we've just released the first semver-major version of rules_js. ๐ For those who have been waiting for this...
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...
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...
When I first started working on TypeScript in Bazel, we borrowed Google's approach to running the compiler, called ts_library. It's fast, but it comes...