File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
03-bundling/06-vite/11-bundle-analyzer Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ Install [Node.js and npm](https://nodejs.org/en/) (20.19.0 || >=22.12.0) if they
62
62
- Let's see what we get out-of-the-box:
63
63
64
64
``` bash
65
- npm build
65
+ npm run build
66
66
```
67
67
68
68
🔎 Check how ` localhost:8888 ` is automatically opened after the build is complete. This is the default behaviour of the package.
@@ -89,7 +89,7 @@ Install [Node.js and npm](https://nodejs.org/en/) (20.19.0 || >=22.12.0) if they
89
89
- And build again:
90
90
91
91
``` bash
92
- npm build
92
+ npm run build
93
93
```
94
94
95
95
## Optional
@@ -129,7 +129,7 @@ Install [Node.js and npm](https://nodejs.org/en/) (20.19.0 || >=22.12.0) if they
129
129
- Build it again:
130
130
131
131
``` bash
132
- npm build
132
+ npm run build
133
133
```
134
134
135
135
🔎 Check new ` bundle-stats.html ` page and explore its powerfull features.
You can’t perform that action at this time.
0 commit comments