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:
parent
6a66af7a27
commit
80161d5033
|
@ -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"],
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue