angular/tools/bazel/rollup/BUILD.bazel
Joey Perrott efc2a41d1d build: use rollup directory instead of rollup through @bazel/rollup (#62556)
Use rollup directly instead of using the previous toolchain implementation

PR Close #62556
2025-07-09 16:53:25 -07:00

12 lines
242 B
Text

load("@aspect_rules_js//js:defs.bzl", "js_library")
js_library(
name = "path-plugin",
srcs = [
"path-plugin.cjs",
],
visibility = ["//visibility:public"],
deps = [
"//:node_modules/get-tsconfig",
],
)