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:
parent
3c08b86e27
commit
01d475d6f3
@ -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',
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user