build: set default ts_devserver serving_path to /app_bundle.js to match g3 (#33996)
PR Close #33996
This commit is contained in:

committed by
Miško Hevery

parent
9255dc3468
commit
1eddb1ae15
@ -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
|
||||
|
Reference in New Issue
Block a user