Commit fb26e8a
Improve bundle analysis instructions with complete workflow
Replace vague ANALYZE=true command with comprehensive bundle analysis guide:
- Check if webpack-bundle-analyzer is installed and provide appropriate instructions
- Add step-by-step setup: npm install --save-dev webpack-bundle-analyzer
- Provide alternative analysis method: generate webpack-stats.json for online viewer
- Include direct link to webpack.github.io/analyse for stats visualization
- Make commands actionable with clear expected outcomes
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent 21df888 commit fb26e8a
1 file changed
+21
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
284 | 284 | | |
285 | 285 | | |
286 | 286 | | |
287 | | - | |
288 | | - | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
289 | 308 | | |
290 | 309 | | |
291 | 310 | | |
| |||
0 commit comments