You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/guides/get-started.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ contributors:
9
9
- johnstew
10
10
- simon04
11
11
- aaronang
12
+
- jecoopr
12
13
---
13
14
14
15
webpack is a tool to build JavaScript modules in your application. To start using `webpack` from its [cli](/api/cli) or [api](/api/node), follow the [Installation instructions](/guides/installation).
@@ -47,7 +48,7 @@ function component () {
47
48
document.body.appendChild(component());
48
49
```
49
50
50
-
To run this piece of code, one usually has the below HTML
51
+
To run this piece of code, create an `index.html` file in the project's root.
0 commit comments