build: add esm5 build (#22258)
This is a partial cherry-pick of 370ab66c4f
which included this along with a new feature for ivy.
PR Close #22258
This commit is contained in:

committed by
Victor Berchet

parent
6b457843b9
commit
185a6ab562
@ -1,8 +1,8 @@
|
||||
package(default_visibility = ["//visibility:public"])
|
||||
|
||||
load("//tools:defaults.bzl", "ts_library")
|
||||
load("//tools:defaults.bzl", "ng_module")
|
||||
|
||||
ts_library(
|
||||
ng_module(
|
||||
name = "http",
|
||||
srcs = glob(
|
||||
[
|
||||
|
Reference in New Issue
Block a user