mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
2050ffa691
Migrate the remaing usages of esbuild and nodejs_binary in adev to the new toolchain versions. PR Close #62435
13 lines
224 B
Python
13 lines
224 B
Python
load("@aspect_rules_js//js:defs.bzl", "js_library")
|
|
|
|
package(default_visibility = [
|
|
"//adev:__subpackages__",
|
|
])
|
|
|
|
js_library(
|
|
name = "windows-chromium-path",
|
|
srcs = [
|
|
"windows-chromium-path.js",
|
|
],
|
|
)
|