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
Now your application is ready. Go back to your command line and bundle the javascript file:
105
105
106
106
```
107
-
webpack entry.js bundle.js
107
+
npx webpack entry.js
108
108
```
109
109
110
-
You are all set. You can open your index.html file and see the inspector running. It obviously won't be that usefull on an empty page but at least you get the integration idea.
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