We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b0dcc1 commit 5db78bbCopy full SHA for 5db78bb
content/get-started/index.md
@@ -84,7 +84,7 @@ Also we will need to change the `index.html` to expect a single bundled js file.
84
<head>
85
<title>Webpack demo</title>
86
- <script src='https://unpkg.com/[email protected]' type='text/javascript'></script>
87
-- <script src='index.js' type='text/javascript'></script>
+- <script src='app/index.js' type='text/javascript'></script>
88
+ <script src='dist/bundle.js' type='text/javascript'></script>
89
</head>
90
<body>
0 commit comments