An open API service indexing awesome lists of open source software.

Projects in Awesome Lists by webpack

A curated list of projects in awesome lists by webpack .

https://github.com/webpack/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.

amd build-tool commonjs compiler es2015 es6 esm javascript javascript-compiler javascript-modules loaders module-bundler plugins web web-performance webpack

Last synced: 09 Sep 2025

https://github.com/webpack/webpack-bundle-analyzer

Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap

analyze bundle chart interactive size treemap webpack webpack-bundle-analyzer

Last synced: 15 Jan 2026

https://github.com/webpack/webpack-dev-server

Serves a webpack app. Updates the browser on changes. Documentation https://webpack.js.org/configuration/dev-server/.

hot-reload server webpack

Last synced: 13 May 2025

https://github.com/webpack/tapable

Just a little module for plugins.

hook hooks javascript plugin plugins

Last synced: 16 May 2025

https://github.com/webpack/copy-webpack-plugin

Copy files and directories with webpack

copy file files filesystem glob webpack webpack-plugin

Last synced: 12 Jan 2026

https://github.com/webpack/postcss-loader

PostCSS loader for webpack

Last synced: 25 Dec 2025

https://github.com/webpack/webpack-cli

Webpack's Command Line Interface

cli scaffold webpack

Last synced: 12 May 2025

https://github.com/webpack/webpack-dev-middleware

A development middleware for webpack

middleware webpack webpack-dev-middleware

Last synced: 12 May 2025

https://github.com/webpack/react-starter

[OUTDATED] Starter template for React with webpack. Doesn't focus on simplicity! NOT FOR BEGINNERS!

Last synced: 02 Oct 2025

https://webpack.github.io/docs

[OLD] documentation for webpack

Last synced: 01 May 2025

https://github.com/webpack/docs

[OLD] documentation for webpack

Last synced: 02 Oct 2025

https://github.com/webpack/compression-webpack-plugin

Prepare compressed versions of assets to serve them with Content-Encoding

webpack-plugin

Last synced: 27 Oct 2025

https://github.com/webpack/thread-loader

Runs the following loaders in a worker pool

loader multithreading thread webpack webpack-loader worker-pool

Last synced: 12 Jan 2026

https://github.com/webpack/enhanced-resolve

Offers an async require.resolve function. It's highly configurable.

commonjs esm javascript resolve resolver

Last synced: 12 Dec 2025

https://github.com/webpack/analyse

analyse web app for webpack stats

Last synced: 16 May 2025

https://github.com/webpack/memory-fs

[DEPRECATED use memfs instead] A simple in-memory filesystem. Holds data in a javascript object.

Last synced: 10 Jan 2026

https://github.com/webpack/webpack-pwa

Example for a super simple PWA with webpack.

Last synced: 04 Apr 2025

https://github.com/webpack/loader-utils

utils for webpack loaders

Last synced: 14 May 2025

https://github.com/webpack/stylus-loader

:art: A stylus loader for webpack.

Last synced: 17 Dec 2025

https://github.com/webpack/react-webpack-server-side-example

Example of an react application with webpack including server-side rendering.

Last synced: 16 Dec 2025

https://github.com/webpack/node-libs-browser

[DEPRECATED] The node core libs for in browser usage.

Last synced: 19 Oct 2025

https://github.com/webpack/watchpack

Wrapper library for directory and file watching.

watch watcher

Last synced: 13 May 2025

https://github.com/webpack/webpack-with-common-libs

webpack with some common libraries

Last synced: 02 Oct 2025

https://github.com/webpack/css-minimizer-webpack-plugin

cssnano plugin for Webpack

Last synced: 12 Dec 2025

https://github.com/webpack/loader-runner

Runs (webpack) loaders

Last synced: 14 May 2025

https://github.com/webpack/grunt-webpack

integrate webpack into grunt build process

grunt grunt-webpack plugin webpack

Last synced: 12 Jan 2026

https://github.com/webpack/webpack-sources

Source code handling classes for webpack

Last synced: 14 May 2025

https://github.com/webpack/changelog-v5

Temporary repo for the changelog for webpack 5

Last synced: 06 Apr 2025

https://github.com/webpack/meeting-notes

Webpack core team meeting notes.

Last synced: 19 Oct 2025

https://github.com/webpack/concord

[WIP] concord modules specification

Last synced: 19 Oct 2025

https://github.com/webpack/coffee-loader

CoffeeScript Loader

coffeescript webpack-loader

Last synced: 27 Oct 2025

https://github.com/webpack/example-app

[OUTDATED] example web app for webpack

Last synced: 19 Oct 2025

https://github.com/webpack/fastparse

A very simple and stupid parser, based on a statemachine and regular expressions.

Last synced: 05 Apr 2025

https://github.com/webpack/enhanced-require

[CURRENTLY UNMAINTAINED] Enhance the require function in node.js with support for loaders which preprocess files. This is a standalone polyfill for features of webpack.

Last synced: 19 Oct 2025

https://github.com/webpack/playground

In-browser playground for webpack

Last synced: 29 Aug 2025

https://github.com/webpack/analyse-tool

A tool to analyse your webpack build result. It allows to browse the compilation and points out options to optimize the build.

Last synced: 09 Oct 2025

https://github.com/webpack/hot-node-example

Example for HMR in a node.js process

Last synced: 19 Oct 2025

https://github.com/webpack/benchmark

Run benchmarks for webpack.

Last synced: 09 Sep 2025

https://github.com/webpack/source-list-map

Fast line to line SourceMap generator.

Last synced: 05 Apr 2025

https://github.com/webpack/media

Last synced: 19 Oct 2025

https://github.com/webpack/core

[OBSOLETE in webpack 2] The core of webpack and enhanced-require...

Last synced: 02 Oct 2025

https://github.com/webpack/voting-app

An application for casting votes on new webpack features and fixes.

vote webpack

Last synced: 19 Oct 2025

https://github.com/webpack/tooling

A collection of reusable tooling for webpack repos.

Last synced: 19 Oct 2025

https://github.com/webpack/graph

[DEPRECATED] Converts JSON stats from webpack to a nice SVG-Image.

Last synced: 02 Oct 2025

https://github.com/webpack/eslint-config-webpack

Webpack standard eslint configuration

eslint-config webpack

Last synced: 13 Jul 2025

https://github.com/webpack/webpack.github.com

webpack.github.com

Last synced: 19 Oct 2025

https://github.com/webpack/template

[DEPRECATED] Create a new web app from a template.

Last synced: 02 Oct 2025

https://github.com/webpack/management

Mission, Goals, projects and budget for webpack

Last synced: 19 Oct 2025

https://github.com/webpack/github-org-overview

Scans all repos of a github organization and check if published

Last synced: 25 Mar 2025

https://github.com/webpack/the-big-test

[OUTDATED] the big webpack/enhanced-require test

Last synced: 02 Oct 2025

https://github.com/webpack/gsoc

google summer of code repository

Last synced: 23 Sep 2025

https://github.com/webpack/meetup-2018-05-08

QA for the webpack meetup in Munich

Last synced: 19 Jul 2025

https://github.com/webpack/v4.webpack.js.org

Hosting for old version of webpack documentation

Last synced: 25 Mar 2025

https://github.com/webpack/escope

Escope: ECMAScript scope analyzer

Last synced: 02 Oct 2025

https://github.com/webpack/github-wiki

The server-side code (heruko) for serving the wiki as gh-pages.

Last synced: 24 Oct 2025

https://github.com/webpack/webpack-tests-example

DEPRECATED (use mocha-loader now): A simple example for doing tests with webpack and mocha.

Last synced: 02 Oct 2025

https://github.com/webpack/bootstrap-wpt-module

[DEPRECATED] webpack-template-module for twitter's bootstrap

Last synced: 03 Oct 2025

https://github.com/webpack/jquery-wpt-module

[DEPRECATED] webpack-template-module for jquery

Last synced: 03 Oct 2025

https://github.com/webpack/tsc

TSC repository

Last synced: 07 May 2025

https://github.com/webpack/enhanced-resolve-completion-demo

[OUTDATED] demo for the request completion of enhanced-resolve

Last synced: 02 Oct 2025

https://github.com/webpack/.github

Last synced: 08 Aug 2025

https://github.com/webpack/governance

The webpack governance model

Last synced: 25 Jun 2025

https://github.com/webpack/wg-template

Temple for creating Working Groups

Last synced: 15 Oct 2025