Results 35 repositories owned by webpack

webpack

64.8k
Stars
8.8k
Forks
1.5k
Watchers

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, AM...

webpack.js.org

2.2k
Stars
3.3k
Forks
Watchers

Repository for webpack documentation and more!

webpack-dev-server

7.8k
Stars
1.4k
Forks
Watchers

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

webpack-cli

2.5k
Stars
590
Forks
Watchers

Webpack's Command Line Interface

analyse

873
Stars
140
Forks
Watchers

analyse web app for webpack stats

changelog-v5

252
Stars
85
Forks
Watchers

Temporary repo for the changelog for webpack 5

concord

156
Stars
7
Forks
Watchers

[WIP] concord modules specification

docs

1.5k
Stars
135
Forks
Watchers

[OLD] documentation for webpack

enhanced-resolve

896
Stars
184
Forks
Watchers

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

example-app

139
Stars
48
Forks
Watchers

[OUTDATED] example web app for webpack