From 3ace25f4a1e524a7981c1b5cbd7c879c7aafd572 Mon Sep 17 00:00:00 2001 From: Pawel Kozlowski Date: Tue, 17 Sep 2019 14:22:12 +0200 Subject: [PATCH] perf(ivy): run the expandng rows benchmark with es2015 (#32716) PR Close #32716 --- modules/benchmarks/src/expanding_rows/BUILD.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/benchmarks/src/expanding_rows/BUILD.bazel b/modules/benchmarks/src/expanding_rows/BUILD.bazel index 9360501f9b..4b5dba3dfd 100644 --- a/modules/benchmarks/src/expanding_rows/BUILD.bazel +++ b/modules/benchmarks/src/expanding_rows/BUILD.bazel @@ -47,7 +47,7 @@ ts_devserver( "@npm//:node_modules/zone.js/dist/zone.js", ], deps = [ - ":bundle.min.js", + ":bundle.min_debug.es2015.js", ], )