Skip to content

Commit 2e16084

Browse files
committed
Strip StackBlitz index.html
Fixes download error for dist/client-bundle.js on StackBlitz.
1 parent c8740a7 commit 2e16084

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed
Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,2 @@
1-
<!doctype html>
2-
<html lang="en">
3-
<head>
4-
<meta charset="utf-8">
5-
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
6-
<title>React-lifecycle-visualizer demo</title>
7-
</head>
8-
<body>
9-
<noscript>
10-
You need to enable JavaScript to run this app.
11-
</noscript>
12-
<div id="root"></div>
13-
<script src="/dist/client-bundle.js"></script>
14-
</body>
15-
</html>
1+
<!-- StackBlitz version of index.html. Script linking is handled by StackBlitz, so we only need a #root element here -->
2+
<div id="root"></div>

0 commit comments

Comments
 (0)