build: remove rollup-rule temp settings (#33908)

PR Close #33908
This commit is contained in:
Joey Perrott 2019-11-18 13:53:42 -08:00 committed by Alex Rickabaugh
parent 90c3d98dd9
commit c68200cf42
1 changed files with 0 additions and 7 deletions

View File

@ -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 #
#######################