Skip to content
forked from gladeye/bento

Bento is an opinionated webpack config builder

Notifications You must be signed in to change notification settings

ben-sharp/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

About

Bento is an opinionated webpack config builder

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 95.1%
  • JavaScript 3.9%
  • CSS 1.0%