revert: build: remove deps on legacy nodejs rules rollup_bundle internals (#33201) (#33604)

This reverts commit 0addaab270.

PR Close #33604
This commit is contained in:
Greg Magolan
2019-11-05 14:10:30 -08:00
committed by atscott
parent d751ca7596
commit 3de72e4124
24 changed files with 671 additions and 1332 deletions

View File

@ -49,8 +49,8 @@ ts_library(
jasmine_node_test(
name = "test",
data = [
":bundle",
":bundle.js",
":bundle.min.js",
":bundle.min.js.br",
":bundle.min_debug.js",
],

View File

@ -46,8 +46,8 @@ ts_library(
jasmine_node_test(
name = "test",
data = [
":bundle",
":bundle.js",
":bundle.min.js",
":bundle.min.js.br",
":bundle.min_debug.js",
],