webpack
Installation
SKILL.md
Webpack
Module bundler: loaders, plugins, code splitting, optimization, cache busting.
When to Use
- Configuring Webpack bundler for complex projects
- Setting up loaders for different file types
- Implementing code splitting and lazy loading
- Optimizing bundle size and performance
- Working with legacy projects using Webpack
Don't use for:
- Modern projects (prefer vite)
- Simple static sites