explaingit

webpack-contrib/awesome-webpack

4,670HTMLAudience · developerComplexity · 1/5Setup · easy

TLDR

A formerly curated list of webpack plugins, loaders, and resources that has moved to the official webpack documentation site, this repository now only redirects visitors there.

Mindmap

mindmap
  root((awesome-webpack))
    What it does
      Curated resource list
      Moved to webpack docs
      Community links
    Topics Covered
      Webpack plugins
      Webpack loaders
      Build optimization
      Framework integrations
    Audience
      JavaScript developers
      Web bundler users
Click or tap to explore — scroll the page freely

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

Things people build with this

USE CASE 1

Find curated webpack plugins and loaders by visiting the official webpack.js.org documentation site.

USE CASE 2

Discover community-contributed webpack tools that extend the bundler for specific frameworks or workflows.

Tech stack

HTMLwebpackJavaScript

Getting it running

Difficulty · easy Time to first run · 5min

In plain English

This repository was a curated list of resources, libraries, and tools related to webpack, a widely used JavaScript module bundler. Webpack takes many separate JavaScript files and other assets and packages them together for use in web browsers. The repository itself has very little content remaining. The README simply states that the list has moved to the official webpack documentation website. Anyone looking for the actual collection of links should visit the webpack.js.org site rather than this repository.

Copy-paste prompts

Prompt 1
I'm setting up webpack for a React project. What essential loaders and plugins should I start with, based on the awesome-webpack collection?
Prompt 2
Using webpack, help me configure code splitting so vendor libraries and app code land in separate bundles for better browser caching.
Prompt 3
What webpack plugins from the awesome-webpack list are most useful for optimizing a production build for performance?
Open on GitHub → Explain another repo

← webpack-contrib on gitmyhub — every repo by this author, as a profile.

Verify against the repo before relying on details.