build: turn off dts bundling for packages that still are not supported (#29128)
PR Close #29128
This commit is contained in:
@ -10,6 +10,8 @@ ng_module(
|
||||
"src/**/*.ts",
|
||||
],
|
||||
),
|
||||
# PR to support this https://github.com/angular/angular/pull/28884
|
||||
bundle_dts = False,
|
||||
deps = [
|
||||
"//packages:types",
|
||||
"//packages/core/src/compiler",
|
||||
|
Reference in New Issue
Block a user