webpack
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/.
enhanced-resolve
896
Stars
184
Forks
Watchers
Offers an async require.resolve function. It's highly configurable.