1.0.2 • Published 6 years ago

hey-watcher v1.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

Hey! Watcher

npm version npm downloads

  • A Webpack plugin that fixes the multiple times build issue at first start. (eg: writing a new file)

  • Read more about this issue.

Installation

npm install hey-watcher -D

Usage

  • In your webpack configuration file, eg webpack.config.js
const HeyWatcher = require('hey-watcher');

...

plugins: [
  new HeyWatcher() // default `timeFix` is 11000
]

...
  • P/S: You may only need this for development environment.

License

MIT

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago