@gladeye/bento

1.2.3 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @gladeye/bento

Weekly Downloads

5

Version

1.2.3

License

MIT

Unpacked Size

348 kB

Total Files

26

Last publish

Collaborators

  • ken-gladeye
  • williamhamlin
  • ben-sharp
  • kethatril