webpack

Installation
SKILL.md

Webpack 5

Industry-standard module bundler for JavaScript applications with extensive plugin ecosystem.

Quick Start

npm install --save-dev webpack webpack-cli webpack-dev-server

# Create config
touch webpack.config.js

# Run development server
npx webpack serve

# Production build
npx webpack --mode production
Related skills
Installs
1
GitHub Stars
4
First Seen
Mar 29, 2026