mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
build: rename defaults2.bzl to defaults.bzl (#63383)
Use defaults.bzl for the common macros PR Close #63383
This commit is contained in:
committed by
Andrew Kushnir
parent
1febf523e3
commit
2fcafb65c5
@@ -6,7 +6,7 @@ load("@aspect_rules_esbuild//esbuild:defs.bzl", _esbuild = "esbuild")
|
||||
load("@aspect_rules_js//js:defs.bzl", _js_library = "js_library")
|
||||
load("@bazel_skylib//rules:common_settings.bzl", _string_flag = "string_flag")
|
||||
load(
|
||||
"//tools:defaults2.bzl",
|
||||
"//tools:defaults.bzl",
|
||||
_http_server = "http_server",
|
||||
_ng_project = "ng_project",
|
||||
_ng_web_test_suite = "ng_web_test_suite",
|
||||
|
||||
Reference in New Issue
Block a user