webpack-scripts
v0.1.0
Published
webpack shorthands
Downloads
3
Readme
webpack-scripts
Install
$ npm install --save webpack-scripts
Usage
const scripts = require('webpack-scripts')
// to build your app
scripts.build(webpackConfig)
// to run dev server for your app
script.start(webpackConfig, {
port: 4000,
hot: true
})
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D