← Discover
Discover · GitHub · Webpack↑ +10 today

Module bundler for web projects

Webpack is a bundler that bundles JavaScript and other web assets together to run in the browser. It allows applications to be loaded when needed, thanks to the code splitting feature that divides modules into manageable parts.

Updates

  • September 19, 2026: Stars 65,949 → 65,943, latest release v5.111.1 (September 18, 2026).
  • September 14, 2026: Stars 65,959 → 65,949, latest release v5.111.0 (September 14, 2026).
  • September 2, 2026: Stars 65,962 → 65,959, latest release v5.110.3 (September 1, 2026).
  • August 31, 2026: Stars 65,966 → 65,962, latest release v5.110.2 (August 30, 2026).

What you get

  • It combines JavaScript files to run in the browser.
  • It shortens application loading time with its code splitting feature.
  • It can pre-process different file types like TypeScript.

Installation

install with npm
npm install --save-dev webpack
installation with yarn
yarn add webpack --dev

If you don't write code

🤖 Paste this into your AI agent (Claude Code · Codex · Antigravity)

As a web developer, I want to efficiently package JavaScript files and other static assets in my projects. How can I manage my modules, configure code splitting, and define loaders suitable for my project using Webpack? Help me create a beginner configuration file example.

Related dictionary terms

Who it is forFor software developers who want to neatly package JavaScript files and other assets in web applications.
LicenseMIT

Links

TreScout did not build this tool · we found it in GitHub trends and wrote it up. This page describes the repository as of 2026-08-05: The star count and our text belong to that day, the repository may have changed since. Check the repository link for the current state. This page was machine-translated from the Turkish original · the Turkish version prevails.