18 lines
308 B
HTML
Raw Permalink Normal View History

2015-02-11 14:54:59 -08:00
<!doctype html>
<html>
<title>Sourcemaps</title>
<body>
<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!
</p>
<!--load location for ts_devserver-->
<script src="/app_bundle.js"></script>
2015-02-11 14:54:59 -08:00
</body>
</html>