commonjs
javascript
compiler
es6
module-bundler
web
build-tool
amd
esm
css
modules
bundler
webpack
es2015
loaders
plugins
web-performance
javascript-compiler
javascript-modules
html
assets
typescript
jsx
react
tsx
minifier
browser
graphviz
sass
madge
graph
less
stylus
webpack/webpack347日前63.9k
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.
parcel-bundler/parcel347日前43.0k
The zero configuration build tool for the web. 📦🚀
evanw/esbuild347日前36.8k
An extremely fast bundler for the web
browserify/browserify346日前14.5k
browser-side require() the node.js way