mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
We are dropping the custom ESBuild and Terser pipeline from dev-infra and instead leverage the Angular CLI directly. This commit adjusts the benchmarks to use this new rule. PR Close #61566
9 lines
215 B
Text
9 lines
215 B
Text
load("//tools:defaults2.bzl", "ts_project")
|
|
|
|
package(default_visibility = ["//visibility:public"])
|
|
|
|
ts_project(
|
|
name = "util_lib",
|
|
srcs = ["util.ts"],
|
|
tsconfig = "//modules/benchmarks:tsconfig_build",
|
|
)
|