Skip to content

Commit e81afbc

Browse files
Update index
1 parent 73d461b commit e81afbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/get-started/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ Also we will need to change the `index.html` to expect a single bundled js file.
8282
<head>
8383
<title>Webpack demo</title>
8484
- <script src="https://unpkg.com/[email protected]"></script>
85-
- <script src="app/index.js"></script>
8685
</head>
8786
<body>
87+
- <script src="app/index.js"></script>
8888
+ <script src="dist/bundle.js"></script>
8989
</body>
9090
</html>

0 commit comments

Comments
 (0)