From c68200cf426a8cd0bc9ff95b4d0140133c28f661 Mon Sep 17 00:00:00 2001 From: Joey Perrott Date: Mon, 18 Nov 2019 13:53:42 -0800 Subject: [PATCH] build: remove rollup-rule temp settings (#33908) PR Close #33908 --- .bazelrc | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.bazelrc b/.bazelrc index 9bfd1e1781..2d355aa48c 100644 --- a/.bazelrc +++ b/.bazelrc @@ -68,13 +68,6 @@ test --test_output=errors # any bazel target. This is a temporary flag until codebase is permanently switched to Ivy. build --define=compile=legacy -################################ -# Settings for rules_nodejs # -################################ -# Temporary define while angular depends on the legacy rollup_bundle rule. -# TODO: remove this setting after https://github.com/angular/angular/pull/33201 lands. -build --define=enable_legacy_rollup_rule=1 - ####################### # Remote HTTP Caching # #######################