fix(bazel): devserver shows blank page in Windows (#35159)

`additional_root_paths` should contain the workspace name see: d4200191c5/packages/typescript/src/internal/devserver/ts_devserver.bzl (L137-L140)

Fixes #35144

PR Close #35159
This commit is contained in:
Alan Agius 2020-02-05 10:04:57 +01:00 committed by Misko Hevery
parent 6fb538ed1d
commit 129010e4c2
1 changed files with 1 additions and 1 deletions

View File

@ -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",