README
Breadbox
Build web applications with less tooling. No bundler required.
npm install --save-dev @sector/breadbox
- Instead of bundling on every change, just run Breadbox once right after
npm install
. - Breadbox re-installs your dependencies as single JS files to a new
web_modules/
directory.