1.2.3 • Published 5 years ago

@gladeye/bento v1.2.3

Weekly downloads
43
License
MIT
Repository
github
Last release
5 years ago

Bento 🍱

Build Status dependencies

Installation

# package
yarn add @gladeye/bento@next -D
# peer dependencies
yarn add webpack webpack-dev-server webpack-cli -D
yarn add core-js

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