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:
Alex Eagle
2018-02-02 15:25:33 -08:00
committed by Victor Berchet
parent 6b457843b9
commit 185a6ab562
15 changed files with 190 additions and 27 deletions

View File

@ -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 = "animations",
srcs = glob(
[