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
+2 -2
View File
@@ -12,7 +12,7 @@
<body>
<example-app>Loading...</example-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>