module-bundler
javascript
commonjs
compiler
es6
web
build-tool
modules
webpack
es2015
loaders
amd
plugins
web-performance
javascript-compiler
esm
javascript-modules
css
html
assets
browser
bundler
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. 📦🚀
browserify/browserify346日前14.5k
browser-side require() the node.js way