build: remove remaining internal references to define=compile flag (#33983)

Now that all compile decisions are determined by the define=angular_ivy_enabled
flag, we can remove the setting of the define=compile flag throughout the repo.

PR Close #33983
This commit is contained in:
Joey Perrott
2019-11-22 12:17:20 -08:00
committed by Matias Niemelä
parent a122311773
commit 4745aef9e8
3 changed files with 1 additions and 5 deletions

View File

@ -29,7 +29,6 @@ test --test_output=errors
# Use the Angular Ivy compiler
# See https://github.com/angular/angular/blob/master/docs/BAZEL.md#various-flags-used-for-tests
build --define=compile=aot
build --define=angular_ivy_enabled=True
# Temporary define while angular depends on the legacy rollup_bundle rule.