build(bazel): fix failure in http_server target due to transitive npm deps (#29799)

PR Close #29799
This commit is contained in:
Greg Magolan 2019-04-09 20:53:38 -07:00 committed by Ben Lesh
parent ce2713f5b1
commit 8a3a556c0c
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ http_server(
name = "prodserver",
data = [
"index.html",
":bundle",
":bundle.min.js",
],
)