webpack/webpack
A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.
JavaScript66K stars9.5K forks+10 today
Topics
#webpack#javascript#module-bundler#loaders#plugins#build-tool#web#web-performance#compiler#javascript-compiler#commonjs#amd#esm#es6#es2015#javascript-modules
What it does
Webpack is a powerful module bundler for JavaScript and other assets, enabling efficient code splitting and resource transformation in web development projects.
Star history
Tracking
- Last trending
- 2026-08-16
Creator kit
Hook
Transform your web dev workflow with @webpack - the ultimate module bundler for efficient asset management. #JavaScript #WebDevelopment
Content angles
- Create a tutorial on how to set up and use Webpack in a React project.
- Compare Webpack's features and benefits against other popular JavaScript module bundlers like Rollup or Parcel.
- Develop a series of videos explaining the core concepts behind Webpack for beginners.
Who should care
Web developers looking to optimize their workflow with advanced asset management tools.