build: turn off dts bundling for packages that still are not supported (#29128)

PR Close #29128
This commit is contained in:
Alan
2019-03-06 09:28:41 +01:00
committed by Kara Erickson
parent 3ef2002bd8
commit 941c99ad7f
10 changed files with 6 additions and 7 deletions

View File

@ -12,7 +12,6 @@ ng_module(
"src/**/*.ts",
],
),
bundle_dts = True,
deps = [
"//packages/common/http",
"//packages/core",