Skip to content
This repository was archived by the owner on Jun 5, 2021. It is now read-only.
This repository was archived by the owner on Jun 5, 2021. It is now read-only.

Bazel-managed nodejs dependencies #26

Description

@gulrotkake

Any plans to support the dependency management repository rules provided by bazelbuild/rules_nodejs?

Ie, something like:

ts_library(
  name = "src",
  srcs = glob([
    "*.tsx",
  ]),
  tsconfig = "//web:tsconfig.json",
  deps = [
     "@npm//:typescript",
     "@npm//:react",
  ],
  tags = ["block-network"],
)

instead of using the npm_packages rule?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions