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 c4335e2817
commit 005c4a1cc5
100 changed files with 150 additions and 196 deletions

View File

@ -1,7 +1,6 @@
package(default_visibility = ["//modules/benchmarks:__subpackages__"])
load("//tools:defaults.bzl", "ng_module", "ng_rollup_bundle", "ts_library")
load("@npm_bazel_typescript//:index.bzl", "ts_devserver")
load("//tools:defaults.bzl", "ng_module", "ng_rollup_bundle", "ts_devserver", "ts_library")
load("//modules/benchmarks:benchmark_test.bzl", "benchmark_test")
ng_module(

View File

@ -20,8 +20,8 @@
<h1>Class Binding Benchmark</h1>
<app-component>Loading...</app-component>
<!--default load location for ts_devserver-->
<script src="/_/ts_scripts.js"></script>
<!--load location for ts_devserver-->
<script src="/app_bundle.js"></script>
</body>
</html>