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

Bento is an opinionated webpack config builder

Notifications You must be signed in to change notification settings

gladeye/bento

Repository files navigation

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