build: set default ts_devserver serving_path to /app_bundle.js to match g3 (#33996)

PR Close #33996
This commit is contained in:
Greg Magolan
2019-11-25 13:46:16 -08:00
committed by Miško Hevery
parent 9255dc3468
commit 1eddb1ae15
100 changed files with 150 additions and 196 deletions

View File

@ -1,5 +1,4 @@
load("//tools:defaults.bzl", "ng_module", "protractor_web_test_suite", "ts_library")
load("@npm_bazel_typescript//:index.bzl", "ts_devserver")
load("//tools:defaults.bzl", "ng_module", "protractor_web_test_suite", "ts_devserver", "ts_library")
"""
Macro that can be used to create the Bazel targets for an "upgrade" example. Since the