build: temporarily set build --define=enable_legacy_rollup_rule=1 in bazelrc (#33426)

Temporary define while angular depends on the legacy rollup_bundle rule. This will be removed after https://github.com/angular/angular/pull/33201 lands.

PR Close #33426
This commit is contained in:
Greg Magolan
2019-10-26 17:05:15 -07:00
committed by Andrew Kushnir
parent d8d8b8915c
commit eb0d8c09e3
3 changed files with 15 additions and 0 deletions

View File

@ -14,6 +14,10 @@ build --local_resources=14336,8.0,1.0
# Use the Angular 6 compiler
build --define=compile=legacy
# 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
# Don't create symlinks
build --symlink_prefix=/