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
c4335e2817
commit
005c4a1cc5
@ -1,5 +1,4 @@
|
||||
load("//tools:defaults.bzl", "ng_module")
|
||||
load("@npm_bazel_typescript//:index.bzl", "ts_devserver")
|
||||
load("//tools:defaults.bzl", "ng_module", "ts_devserver")
|
||||
|
||||
package(default_visibility = ["//modules/playground:__subpackages__"])
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
||||
Loading...
|
||||
</async-app>
|
||||
|
||||
<!--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>
|
||||
|
Reference in New Issue
Block a user