Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

Latest commit

 

History

History
23 lines (15 loc) · 540 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 540 Bytes

Bento 🍱

Build Status dependencies

API

// webpack.config.js
const { create } = require("@gladeye/bento");

const bento = create({
    homeDir: "./app",
    outputDir: "./public"
});

bento.bundle("main", ["~/main.js"]);

module.exports = bento.export(process.env.NODE_ENV);

License

MIT © Gladeye