webpack-scripts

0.1.0 • Public • Published

webpack-scripts

NPM version NPM downloads Build Status

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

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

License

MIT © EGOIST

Readme

Keywords

Package Sidebar

Install

npm i webpack-scripts

Weekly Downloads

0

Version

0.1.0

License

MIT

Last publish

Collaborators

  • rem