/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tools/bazel/rollup/BUILD.bazel
12 строк
242 B
Joey Perrott
build: use rollup directory instead of rollup through @bazel/rollup (#62556)
10 июл 2025, 02:53
10 июл 2025, 02:53
efc2a41
Код
Авторство
О чём код?
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", ], )