2015-02-11 14:54:59 -08:00
|
|
|
<!doctype html>
|
|
|
|
<html>
|
|
|
|
<title>Sourcemaps</title>
|
|
|
|
<body>
|
2015-04-30 11:25:50 -07:00
|
|
|
<error-app>
|
|
|
|
Loading...
|
|
|
|
</error-app>
|
|
|
|
|
|
|
|
<p>
|
2015-02-11 14:54:59 -08:00
|
|
|
Please look into the console and check whether the stack trace is mapped
|
|
|
|
via source maps!
|
2015-04-30 11:25:50 -07:00
|
|
|
</p>
|
2019-11-22 13:12:05 -08:00
|
|
|
|
2019-11-25 13:46:16 -08:00
|
|
|
<!--load location for ts_devserver-->
|
|
|
|
<script src="/app_bundle.js"></script>
|
2015-02-11 14:54:59 -08:00
|
|
|
</body>
|
|
|
|
</html>
|