mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
a61397f2f8
Add the hack to a central location so that it's easier to fix later.
11 lines
224 B
Python
11 lines
224 B
Python
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",
|
|
],
|
|
)
|