build(common): don't generate tsickle re-export file for locales package (#19135)

PR Close #19135
This commit is contained in:
Olivier Combe
2017-09-11 10:53:35 +02:00
committed by Igor Minar
parent cfd9ca0d6f
commit 6e1896b333
2 changed files with 5 additions and 5 deletions

View File

@ -16,8 +16,6 @@
"exclude": [
"node_modules/@angular/bazel/**",
"node_modules/@angular/compiler-cli/**",
// Workaround bug introduced by 079d884
"node_modules/@angular/common/locales.d.ts",
"node_modules/@angular/common/locales/**",
"node_modules/@angular/tsc-wrapped/**"
]