build: switch to @build_bazel_rules_nodejs//:index.bzl load point (#33433)
The defs.bzl load point will be removed for the rules_nodejs 1.0 release. PR Close #33433
This commit is contained in:

committed by
Andrew Kushnir

parent
41979d6a27
commit
4ee354da99
@ -3,7 +3,7 @@
|
||||
# Use of this source code is governed by an MIT-style license that can be
|
||||
# found in the LICENSE file at https://angular.io/license
|
||||
|
||||
load("@build_bazel_rules_nodejs//:defs.bzl", "nodejs_binary", "nodejs_test")
|
||||
load("@build_bazel_rules_nodejs//:index.bzl", "nodejs_binary", "nodejs_test")
|
||||
|
||||
"""
|
||||
Macro that can be used to track the size of a given input file by inspecting
|
||||
|
Reference in New Issue
Block a user