build: remove unused dependency from `common` example (#29532)

Since 04cf4ef0c, the dependency on `Reflect` is no longer needed.

PR Close #29532
This commit is contained in:
George Kalpakas 2019-03-27 11:28:15 +02:00 committed by Miško Hevery
parent 6a66af7a27
commit 80161d5033
1 changed files with 0 additions and 3 deletions

View File

@ -46,9 +46,6 @@ ts_devserver(
],
static_files = [
"@npm//node_modules/zone.js:dist/zone.js",
# This is needed because the "ngComponentOutlet" test uses the JIT compiler
# and needs to be able to read metadata at runtime.
"@npm//node_modules/reflect-metadata:Reflect.js",
],
deps = [":common_examples"],
)