Alex Eagle

Results 412 comments of Alex Eagle

Bazel is mirrored to npm at `@bazel/bazel` and you can skip their install prerequisites (other than bash/msys on Windows right now, but we're working to remove that) So the way...

Update: Bazel (via https://github.com/aspect-build/rules_js) now uses pnpm internally just like Rush. Should make an easier migration path for anyone who wants more hermeticity.

@parisholley can you get this green so it's mergeable?

@sbussard thanks for pinging this one, do you have time to rebase and get it green?

This feature is now available in rules_webpack using the new `js_run_devserver` rule

In 5.0 it was moved: https://bazelbuild.github.io/rules_nodejs/repositories.html#yarn

@pauldraper could you point to more info about why vendoring the requirements.bzl is required for bzlmod to work? It is because the MODULE.bazel file has to repeat the list of...

Neat, could you send a PR listing your example under https://github.com/bazelbuild/rules_nodejs/blob/stable/docs/examples.md#angular ? That's easier for users to find than an issue.

Hmm, sorry about that. Obviously we should have reverted the mistake within the same release it was made. Options at this point: 1. re-revert the change until 5.0 and then...

What change would you propose making then? I can't think of anything aside from a global flag, or an added attribute on js_library that you'd have to add on many/all...