angular/aio/tools/BUILD.bazel
Derek Cormier a61397f2f8 build(bazel): consolidate windows chromium path workaround
Add the hack to a central location so that it's easier to fix later.
2022-11-22 13:51:16 -07:00

10 lines
224 B
Text

load("@build_bazel_rules_nodejs//:index.bzl", "js_library")
package(default_visibility = ["//aio:__subpackages__"])
js_library(
name = "windows-chromium-path",
srcs = [
"windows-chromium-path.js",
],
)