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

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 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 2023-11-12.
  • 11 Ways to Optimize Your Website
    12 projects | dev.to | 12 Nov 2023
    Webpack is one of the most popular options, with 63.6k stars on GitHub. It packs modules (JavaScript, CSS, images, and so on) into bundled assets that can be executed by the browser. For demonstration purposes, this is how you can install Webpack into your project:
  • Comparing Turbopack And Webpack
    3 projects | dev.to | 10 Nov 2023
    Turbopack and Webpack are both JavaScript module bundlers used to build and package applications for the web. They both take in a set of input files and transform them into a single output bundle optimized for the web.
  • Why is node_modules heavier than the universe? (No seriously, why is it so big?)
    2 projects | dev.to | 28 Oct 2023
    But what is the output of a JS project? Its usually a single JS file called bundle.js or index.js, which contains the entire JS source code of the project in a highly condensed, minified manner. This is usually achieved using tools like Webpack.
  • Server side Javascript in WebAssembly
    2 projects | dev.to | 24 Oct 2023
    webpack.config.js is the Webpack configuration file. When we build our app, Webpack is used to assemble it.
  • Learn Next.js Server Side Rendering by building your own implementation
    3 projects | dev.to | 11 Oct 2023
    To transpile our code, we will use Babel - a JavaScript compiler, that will generate files Node.js is happy with, and Webpack - a JavaScript bundler, that will bundle our code and automate the compilation step.
  • Run Bun Run! Building an AWS CDK Template with Bun
    4 projects | dev.to | 28 Sep 2023
    The famous bundler is Webpack, but esbuild is the fastest one… Well, until Bun 🍔
  • Bun vs Node.js: Everything you need to know
    7 projects | dev.to | 21 Sep 2023
    In the Node.js ecosystem, bundling is typically handled by third-party tools rather than Node.js itself. Some of the most popular bundlers in the Node.js world include Webpack, Rollup, and Parcel, offering features like code splitting, tree shaking, and hot module replacement.
  • Modern VS Code extension development: The basics
    4 projects | dev.to | 14 Sep 2023
    The best way to accomplish this is through bundling. Microsoft recommends utilizing esbuild for bundling your VS Code extensions due to its speed and efficiency. webpack is another good alternative.
  • The Ascent of Node.js: How a runtime changed the Web
    14 projects | dev.to | 30 Aug 2023
    Growth in Tooling: Tools like Babel allowed developers to use the latest JavaScript features without waiting for Node.js support, while Webpack streamlined bundling and module loading.
  • Getting out of a rut
    4 projects | /r/webdev | 18 Aug 2023
    Study these technologies for a frontend web developer role: React, Node.js, TypeScript, JavaScript, HTML, CSS, Webpack, and Jest.
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 6 Dec 2023
    Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge. Learn more →

Stats

Basic webpack repo stats
317
63,713
9.6
3 days 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.

Collect and Analyze Billions of Data Points in Real Time
Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
www.influxdata.com