Skip to content

Commit

Permalink
fix(bazel): devserver shows blank page in Windows (#35159)
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-agius4 authored and mhevery committed Feb 6, 2020
1 parent 4e6d237 commit 727f92f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/bazel/src/builders/files/src/BUILD.bazel.template
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ filegroup(

ts_devserver(
name = "devserver",
additional_root_paths = ["src/_"],
additional_root_paths = ["project/src/_"],
port = 4200,
entry_module = "project/src/main.dev",
serving_path = "/bundle.min.js",
Expand Down

0 comments on commit 727f92f

Please sign in to comment.