There are no reviews yet. Be the first to send feedback to the community and the maintainers!
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-dev-server
Serves a webpack app. Updates the browser on changes. Documentation https://webpack.js.org/configuration/dev-server/.tapable
Just a little module for plugins.webpack-cli
Webpack's Command Line Interfacewebpack-dev-middleware
A development middleware for webpackwebpack.js.org
Repository for webpack documentation and more!react-starter
[OUTDATED] Starter template for React with webpack. Doesn't focus on simplicity! NOT FOR BEGINNERS!docs
[OLD] documentation for webpackenhanced-resolve
Offers an async require.resolve function. It's highly configurable.memory-fs
[DEPRECATED use memfs instead] A simple in-memory filesystem. Holds data in a javascript object.analyse
analyse web app for webpack statswebpack-pwa
Example for a super simple PWA with webpack.loader-utils
utils for webpack loadersreact-webpack-server-side-example
Example of an react application with webpack including server-side rendering.node-libs-browser
[DEPRECATED] The node core libs for in browser usage.watchpack
Wrapper library for directory and file watching.webpack-with-common-libs
webpack with some common librariesloader-runner
Runs (webpack) loaderswebpack-sources
Source code handling classes for webpackchangelog-v5
Temporary repo for the changelog for webpack 5schema-utils
Options Validationmeeting-notes
Webpack core team meeting notes.concord
[WIP] concord modules specificationexample-app
[OUTDATED] example web app for webpackfastparse
A very simple and stupid parser, based on a statemachine and regular expressions.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.playground
In-browser playground for webpackanalyse-tool
A tool to analyse your webpack build result. It allows to browse the compilation and points out options to optimize the build.hot-node-example
Example for HMR in a node.js processsource-list-map
Fast line to line SourceMap generator.benchmark
Run benchmarks for webpack.core
[OBSOLETE in webpack 2] The core of webpack and enhanced-require...media
voting-app
An application for casting votes on new webpack features and fixes.tooling
A collection of reusable tooling for webpack repos.graph
[DEPRECATED] Converts JSON stats from webpack to a nice SVG-Image.template
[DEPRECATED] Create a new web app from a template.webpack.github.com
webpack.github.commanagement
Mission, Goals, projects and budget for webpackgithub-org-overview
Scans all repos of a github organization and check if publishedthe-big-test
[OUTDATED] the big webpack/enhanced-require testmeetup-2018-05-08
QA for the webpack meetup in Munichv4.webpack.js.org
Hosting for old version of webpack documentationjquery-wpt-module
[DEPRECATED] webpack-template-module for jquerybootstrap-wpt-module
[DEPRECATED] webpack-template-module for twitter's bootstrapenhanced-resolve-completion-demo
[OUTDATED] demo for the request completion of enhanced-resolvewebpack-tests-example
DEPRECATED (use mocha-loader now): A simple example for doing tests with webpack and mocha.Love Open Source and this site? Check out how you can help us