fix(bazel): Add ibazel to deps of Bazel project (#28090)

Incremental rebuilds is a fundamental part of the development
workflow. `@bazel/ibazel` should be added to the dev dependencies
of a Bazel project.

PR Close #28090
This commit is contained in:
Keen Yee Liau 2019-01-11 14:25:52 -08:00 committed by Andrew Kushnir
parent 9260b5e0b4
commit 605f450251
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ function addDevDependenciesToPackageJson(options: Schema) {
'@angular/bazel': angularCoreVersion,
// TODO(kyliau): Consider moving this to latest-versions.ts
'@bazel/bazel': '^0.21.0',
'@bazel/ibazel': '^0.9.0',
'@bazel/karma': '^0.22.0',
'@bazel/typescript': '^0.22.0',
};