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 2024-03-03.
  • JS Toolbox 2024: Bundlers and Test Frameworks
    10 projects | dev.to | 3 Mar 2024
    Webpack is a powerful and widely-used module bundler for JavaScript applications. It’s known for its flexibility and extensive plugin system, making it a popular tool in complex web development projects.
  • Webpack: The Web Module Bundler
    2 projects | dev.to | 2 Mar 2024
    Step 4: Now, we need to install two packages that is webpack and webpack-cli In Terminal, run the below command for installing this packages.
    2 projects | dev.to | 2 Mar 2024
    Thats all about Webpack Basic, there are lots of feature of webpack, You can check here: https://webpack.js.org/
  • How to improve page load speed and response times: A comprehensive guide
    8 projects | dev.to | 26 Feb 2024
    Many web pages use CSS and JavaScript files to handle various features and styles. Each file, however, requires a separate HTTP request, which can slow down page loading. Concatenation comes into play here. It involves combining multiple CSS or JavaScript files into a single file. As a result, pages load faster, reducing the time spent requesting individual files. Gulp, Grunt, and Webpack are some of the tools that can assist you in speeding up the concatenation process. They enable seamless merging of many files during development, ensuring deployment readiness.
  • Build a Vite 5 backend integration with Flask
    11 projects | dev.to | 25 Feb 2024
    Once you build a simple Vite backend integration, try not to complicate Vite's configuration unless you absolutely must. Vite has become one of the most popular bundlers in the frontend space, but it wasn't the first and it certainly won't be the last. In my 7 years of building for the web, I've used Grunt, Gulp, Webpack, esbuild, and Parcel. Snowpack and Rome came-and-went before I ever had a chance to try them. Bun is vying for the spot of The New Hotness in bundling, Rome has been forked into Biome, and Vercel is building a Rust-based Webpack alternative.
  • Top 20 Frontend Interview Questions With Answers
    7 projects | dev.to | 3 Feb 2024
    Webpack is a module bundler, the main purpose of which is to bundle JavaScript files to make them usable in a browser.
  • A step-by-step guide: How to create and publish an NPM package.
    6 projects | dev.to | 2 Feb 2024
    NPM packages include a wide range of tools such as frameworks like Express or React, libraries like jQuery, and task runners such as Gulp, and Webpack.
  • 🔥 FAST & FURIOUS WEBSITE 2024 🔥Tips & Links for performance optimization
    2 projects | dev.to | 22 Jan 2024
    Another way to optimize is by reducing the size of CSS, JavaScript, and HTML files by removing comments, unnecessary spaces, and line breaks. Combine CSS and JavaScript files into a single file to reduce the number of server requests. This can be done using build tools like Webpack or Gulp.
  • 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.
  • A note from our sponsor - WorkOS
    workos.com | 19 Mar 2024
    The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning. Learn more →

Stats

Basic webpack repo stats
326
64,043
9.8
about 16 hours 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.

The modern identity platform for B2B SaaS
The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.
workos.com