All Git Users → webpack

28 open source projects by webpack

1. 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.
2. Tapable
Just a little module for plugins.
✭ 2,878
javascript
3. React Starter
[OUTDATED] Starter template for React with webpack. Doesn't focus on simplicity! NOT FOR BEGINNERS!
✭ 2,234
javascript
5. Loader Runner
Runs (webpack) loaders
✭ 193
javascript
6. Webpack Cli
webpack CLI provides the interface of options webpack uses in its configuration file. The CLI options override options passed in the configuration file.
7. Webpack Sources
Source code handling classes for webpack
✭ 180
javascript
10. Example App
[OUTDATED] example web app for webpack
✭ 137
javascript
11. Docs
[OLD] documentation for webpack
12. Webpack Dev Server
Serves a webpack app. Updates the browser on changes. Documentation https://webpack.js.org/configuration/dev-server/.
13. Memory Fs
[DEPRECATED use memfs instead] A simple in-memory filesystem. Holds data in a javascript object.
✭ 817
javascript
14. Webpack Pwa
Example for a super simple PWA with webpack.
✭ 810
javascript
15. Analyse
analyse web app for webpack stats
✭ 774
javascript
16. Loader Utils
utils for webpack loaders
✭ 629
javascript
17. Enhanced Resolve
Offers an async require.resolve function. It's highly configurable.
✭ 599
javascript
18. React Webpack Server Side Example
Example of an react application with webpack including server-side rendering.
✭ 466
javascript
19. Node Libs Browser
[DEPRECATED] The node core libs for in browser usage.
✭ 388
javascript
20. Webpack With Common Libs
webpack with some common libraries
✭ 350
javascript
21. Watchpack
Wrapper library for directory and file watching.
✭ 305
javascript
22. hot-node-example
Example for HMR in a node.js process
✭ 53
javascript
23. 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.
✭ 65
javascript
24. playground
In-browser playground for webpack
✭ 43
javascript
25. fastparse
A very simple and stupid parser, based on a statemachine and regular expressions.
✭ 62
javascript
26. analyse-tool
A tool to analyse your webpack build result. It allows to browse the compilation and points out options to optimize the build.
27. media
webpack.js.org/branding/
✭ 19
28. tooling
A collection of reusable tooling for webpack repos.
✭ 18
javascript
1-28 of 28 user projects