Skip to content

Commit 5db78bb

Browse files
authored
Update index.md
1 parent 2b0dcc1 commit 5db78bb

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
@@ -84,7 +84,7 @@ Also we will need to change the `index.html` to expect a single bundled js file.
8484
<head>
8585
<title>Webpack demo</title>
8686
- <script src='https://unpkg.com/[email protected]' type='text/javascript'></script>
87-
- <script src='index.js' type='text/javascript'></script>
87+
- <script src='app/index.js' type='text/javascript'></script>
8888
+ <script src='dist/bundle.js' type='text/javascript'></script>
8989
</head>
9090
<body>

0 commit comments

Comments
 (0)