webpack-optimize
Installation
SKILL.md
Webpack & Build Tool Optimizer
I'll analyze your build configuration and provide optimization recommendations to improve build speed and bundle size.
Arguments: $ARGUMENTS - specific build tool or focus area (e.g., "webpack", "vite", "production")
Strategic Analysis Process
- Current State Analysis
- What bundler is being used? (Webpack, Vite, esbuild, Rollup, Parcel)
- What's the current build time and bundle size?
- Are there obvious inefficiencies (no caching, poor splitting)?
- What's the project type? (SPA, MPA, SSR, library)