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. (by webpack)

Webpack Alternatives

Similar projects and alternatives to webpack

  1. Visual Studio Code

    Visual Studio Code

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. Next.js

    2,293 webpack VS Next.js

    The React Framework

  4. React

    1,917 webpack VS React

    The library for web and native user interfaces.

  5. Tailwind CSS

    1,490 webpack VS Tailwind CSS

    A utility-first CSS framework for rapid UI development.

  6. TypeScript

    1,412 webpack VS TypeScript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  7. node

    1,177 webpack VS node

    Node.js JavaScript runtime βœ¨πŸ’πŸš€βœ¨

  8. vite

    892 webpack VS vite

    Next generation frontend tooling. It's fast!

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. Express

    769 webpack VS Express

    Fast, unopinionated, minimalist web framework for node.

  11. create-react-app

    601 webpack VS create-react-app

    Set up a modern web app by running one command.

  12. jest

    513 webpack VS jest

    Delightful JavaScript Testing.

  13. prettier

    479 webpack VS prettier

    Prettier is an opinionated code formatter.

  14. ESLint

    424 webpack VS ESLint

    Find and fix problems in your JavaScript code.

  15. Vue.js

    385 webpack VS Vue.js

    This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core

  16. esbuild

    An extremely fast bundler for the web

  17. Sass

    221 webpack VS Sass

    Sass makes CSS fun!

  18. parcel

    184 webpack VS parcel

    The zero configuration build tool for the web. πŸ“¦πŸš€

  19. babel-sublime

    159 webpack VS babel-sublime

    Syntax definitions for ES6 JavaScript with React JSX extensions.

  20. Rollup

    86 webpack VS Rollup

    Next-generation ES module bundler

  21. gulp

    49 webpack VS gulp

    A toolkit to automate & enhance your workflow

  22. browserify

    35 webpack VS browserify

    browser-side require() the node.js way

  23. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better webpack alternative or higher similarity.

webpack discussion

Log in or Post with
  1. User avatar
    TigranAvagyan18
    Β· 9 months ago
    Β· Reply

    Review β˜…β˜…β˜…β˜…β˜† 8/10

  2. User avatar
    sicovn
    Β· 9 months ago
    Β· Reply

    Review β˜…β˜…β˜…β˜†β˜† 5/10

webpack reviews and mentions

Posts with mentions or reviews of webpack. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-03-16.
  • Top 20 Front-End Development Tools to Use in 2025
    11 projects | dev.to | 16 Mar 2025
    17. Webpack
  • You Don’t Know JS Yet: My Weekly Journey Through JavaScript Mastery
    4 projects | dev.to | 2 Mar 2025
    The JS code gets transpiled by tools like Babel, then bundled (often by Webpack) into a single or few files (like bundle.js). This optimizes the website to load faster, as the browser can fetch everything from one file instead of multiple.
  • Webpack 5: The Next Generation Module Bundler
    1 project | dev.to | 2 Mar 2025
    Remember that Webpack is highly configurable, and this article only scratches the surface of what's possible. Be sure to check the official Webpack documentation for more detailed information and advanced configurations.
  • 30 Best Free Tools for Frontend Developers in 2025
    15 projects | dev.to | 1 Mar 2025
    Website: webpack.js.org
  • Discover the power of microfrontends: A revolution in frontend development
    1 project | dev.to | 24 Feb 2025
    With Webpack 5, a new feature has helped microfrontends proliferate: Module Federation. Module Federation allows JavaScript code to be loaded β€” synchronously or asynchronously β€” at runtime.
  • Simplify Browser Extension Deployment with GitHub Actions
    2 projects | dev.to | 1 Feb 2025
    Firefox: Extensions utilizing bundlers like webpack or Extension.js require zipped source code. Additionally, Firefox mandates submissions in Cross-Platform Install (XPI) format.
  • Which JavaScript Bundler Is Right for You? A Deep Dive into Webpack, Vite, and More
    1 project | dev.to | 31 Jan 2025
    Webpack is one of the oldest and most widely used bundlers in web development, created by Tobias Koppers in 2012. It gained popularity after Browserify and RequireJS and has become the go-to choice for managing complex projects.
  • Custom builder for Angular: My way
    13 projects | dev.to | 15 Jan 2025
    Micro-frontend has always aroused my curiosity: I wanted to understand how they work, how to build them, what their pros and cons are. In 2018, inspired by this topic, I tried to build something similar to single-spa in one of the pet projects. At that time, there was no Webpack Module Federation (WMF), and Webpack itself seemed inconvenient. The choice fell on ESBuild and importmap. Browser support for importmap at the time was mostly on paper or with special flags in browsers. For this reason, I used a polyfill. But, surprisingly, everything worked and even in several projects.
  • What is Evan You doing by creating VoidZero, and what are the issues with JS toolchains?
    15 projects | dev.to | 17 Dec 2024
    Packagers are the ones we most frequently come into contact with, such as Webpack Vite and Parcel. The latter may not be commonly used, but it is also a well-established tool.
  • Node.js: A brief history of cjs, bundlers, and esm
    9 projects | dev.to | 12 Dec 2024
    npm packages dramatically sped up the productivity of developers by being able to leverage other developers' work. However, it had a major disadvantage: cjs was not compatible with web browsers. To solve this problem, the concept of bundlers was born. browserify was the first bundler which essentially worked by traversing an entry point and "bundling" all the require()-ed code into a single .js file compatible with web browsers. As time went on, other bundlers with additional features and differentiators were introduced. Most notably webpack, parcel, rollup, esbuild and vite (in chronological order).
  • A note from our sponsor - CodeRabbit
    coderabbit.ai | 25 Mar 2025
    Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more β†’

Stats

Basic webpack repo stats
366
65,136
9.8
1 day ago

webpack/webpack is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of webpack is JavaScript.


Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai

Did you know that JavaScript is
the 3rd most popular programming language
based on number of references?