mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
b4ae55ae68
Use rollup directly instead of using the previous toolchain implementation PR Close #62556
13 lines
242 B
Python
13 lines
242 B
Python
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",
|
|
],
|
|
)
|