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: readme.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,7 +104,7 @@ And an html file named `index.html` containing the following code:
104
104
Now your application is ready. Go back to your command line and bundle the javascript file:
105
105
106
106
```
107
-
webpack entry.js
107
+
npx webpack entry.js
108
108
```
109
109
110
110
You are all set. You can open your `index.html` file and see the inspector running e.g. `open index.html` on Linux and macOS. It obviously won't be that useful on an empty page but at least you get the integration idea.
0 commit comments