webpack
Grow your team on GitHub
GitHub is home to over 40 million developers working together. Join them to grow your own development teams, manage permissions, and collaborate on projects.
Sign up
Pinned repositories
-
webpack-dev-server
Serves a webpack app. Updates the browser on changes. Documentation https://webpack.js.org/configuration/dev-server/.
-
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.js.org
Repository for webpack documentation and more!
-
webpack-dev-middleware
A development middleware for webpack
-
-
-
webpack-sources
Source code handling classes for webpack
-
enhanced-resolve
Offers an async require.resolve function. It's highly configurable.
-
tapable
Just a little module for plugins.
-
watchpack
Wrapper library for directory and file watching.
-
loader-utils
utils for webpack loaders
-
node-libs-browser
[DEPRECATED] The node core libs for in browser usage.
-
analyse
analyse web app for webpack stats
-
changelog-v5
Temporary repo for the changelog for webpack 5
-
playground
In-browser playground for webpack
-
memory-fs
A simple in-memory filesystem. Holds data in a javascript object.
-
loader-runner
Runs (webpack) loaders
-
source-list-map
Fast line to line SourceMap generator.
-
fastparse
A very simple and stupid parser, based on a statemachine and regular expressions.
-
meeting-notes
Webpack core team meeting notes.
-
management
Mission, Goals, projects and budget for webpack
-
meetup-2018-05-08
QA for the webpack meetup in Munich
-
docs Archived
[OLD] documentation for webpack
-
webpack.github.com
webpack.github.com
-
-
webpack-pwa
Example for a super simple PWA with webpack.
-
example-app
[OUTDATED] example web app for webpack
-
core Archived
[OBSOLETE in webpack 2] The core of webpack and enhanced-require...
-
analyse-tool
A tool to analyse your webpack build result. It allows to browse the compilation and points out options to optimize the build.