0.1.0 • Published 9 years ago
webpack-scripts v0.1.0
webpack-scripts
Install
$ npm install --save webpack-scriptsUsage
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
License
0.1.0
9 years ago