Pinned Repositories
analyse
analyse web app for webpack stats
docs
[OLD] documentation for webpack
enhanced-resolve
Offers an async require.resolve function. It's highly configurable.
react-starter
[OUTDATED] Starter template for React with webpack. Doesn't focus on simplicity! NOT FOR BEGINNERS!
tapable
Just a little module for plugins.
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.
webpack-cli
Webpack's Command Line Interface
webpack-dev-middleware
A development middleware for webpack
webpack-dev-server
Serves a webpack app. Updates the browser on changes. Documentation https://webpack.js.org/configuration/dev-server/.
webpack.js.org
Repository for webpack documentation and more!
webpack's Repositories
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.
webpack/webpack-dev-server
Serves a webpack app. Updates the browser on changes. Documentation https://webpack.js.org/configuration/dev-server/.
webpack/tapable
Just a little module for plugins.
webpack/webpack-cli
Webpack's Command Line Interface
webpack/webpack-dev-middleware
A development middleware for webpack
webpack/webpack.js.org
Repository for webpack documentation and more!
webpack/enhanced-resolve
Offers an async require.resolve function. It's highly configurable.
webpack/analyse
analyse web app for webpack stats
webpack/memory-fs
[DEPRECATED use memfs instead] A simple in-memory filesystem. Holds data in a javascript object.
webpack/loader-utils
utils for webpack loaders
webpack/watchpack
Wrapper library for directory and file watching.
webpack/loader-runner
Runs (webpack) loaders
webpack/webpack-sources
Source code handling classes for webpack
webpack/grunt-webpack
integrate webpack into grunt build process
webpack/changelog-v5
Temporary repo for the changelog for webpack 5
webpack/schema-utils
Options Validation
webpack/benchmark
Run benchmarks for webpack.
webpack/media
webpack/tooling
A collection of reusable tooling for webpack repos.
webpack/voting-app
An application for casting votes on new webpack features and fixes.
webpack/eslint-config-webpack
Webpack standard eslint configuration
webpack/webpack.github.com
webpack.github.com
webpack/gsoc
google summer of code repository
webpack/design-wg
Webpack Design Working Group
webpack/tsc
TSC repository
webpack/security-wg
Webpack Security Working Group
webpack/.github
webpack/governance
The webpack governance model
webpack/performance-wg
Performance Working Group for webpack
webpack/wg-template
Temple for creating Working Groups