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
Installs
2
GitHub Stars
4
First Seen
Mar 29, 2026
webpack — mgd34msu/goodvibes-gemini