0.0.1 • Published 7 years ago

webpack.cfg v0.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

Webpack.cfg

npm npm Travis

An easy to use Webpack configuration library without a need to learn new API

Installation

Same as Webpack itself:

$ npm install --save-dev webpack.cfg

or

$ yarn add --dev webpack.cfg

Usage

// webpack.config.js
const webpackCfg = require('webpack.cfg')

module.exports = webpackCfg({
    entry: './index',
    output: {
        filename: 'build.js'
    }
})

License

MIT © Stanislav Termosa