mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Use rollup directly instead of using the previous toolchain implementation PR Close #62556
12 lines
242 B
Text
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",
|
|
],
|
|
)
|