Aspect Blog

Aspect Blog

Follow
homeAboutBazelServicesResourcesnewslettermembers
Tag

Build tool

#build-tool

More content

Read more stories on Hashnode


Articles with this tag

Angular with Bazel

Jason BedardJason Bedard
Aug 30, 20223 min read 1.8K views

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...

Angular with Bazel

rules_js 1.0.0

Alex EagleAlex Eagle
Aug 8, 20222 min read 1.7K views

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...

rules_js 1.0.0

Diagnosing Bazel Cache Misses

Matt MackayMatt Mackay
Jun 24, 20223 min read 437 views

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...

Diagnosing Bazel Cache Misses

Bazel for Frontend: Introducing rules_js

Alex EagleAlex Eagle
Jun 15, 20222 min read 3.8K views

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...

Bazel for Frontend: Introducing rules_js

10-20x speedup for TypeScript transpilation in Bazel

Alex EagleAlex Eagle
Jan 6, 20224 min read 2.7K views

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...

10-20x speedup for TypeScript transpilation in Bazel