17 lines
269 B
HTML
17 lines
269 B
HTML
<!doctype html>
|
|
<html>
|
|
<title>Sourcemaps</title>
|
|
<body>
|
|
<error-app>
|
|
Loading...
|
|
</error-app>
|
|
|
|
<p>
|
|
Please look into the console and check whether the stack trace is mapped
|
|
via source maps!
|
|
</p>
|
|
|
|
<script src="../bootstrap.js"></script>
|
|
</body>
|
|
</html>
|