1.1.0 • Published 5 years ago

auto-reload-webpack-plugin v1.1.0

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

auto-reload-webpack-plugin

Travis Status Coveralls Status NPM Version License

A webpack plugin that restart automatically your application after compilation

Installation

Install package

$ npm install --save-dev auto-reload-webpack-plugin

Usage

const AutoReloadWebpackPlugin = require('auto-reload-webpack-plugin');

plugins: [
  new AutoReloadWebpackPlugin({
    file: 'dist/server.js'
  })
];

Development

  • Cloning the repo
$ git clone https://github.com/pauloedurezende/auto-reload-webpack-plugin.git
  • Installing dependencies
$ npm install
  • Running scripts
ActionUsage
Starting development modenpm start
Linting codenpm run lint
Running unit testsnpm run jest
Running code coveragenpm run coverage
Running lint + testsnpm test
Sending coverage results to Coveralls.ionpm run coveralls

Author

Paulo Rezende

License

MIT