yogurt-pot
v1.0.1
Published
> A nimble, fat-free bundler, with easy to implement APIs
Downloads
1
Readme
📦 Yogurt Pot
A nimble, fat-free bundler, with easy to implement APIs
Install
$ npm i yogurt-pot
Example
const { yogurt } = require('./src/bundle.js');
const bundle = new yogurt({
name: 'main',
base: '/demo',
output: '/out',
log: {
showBundledFiles: true,
}
});
bundle.start();