hey-watcher
v1.0.2
Published
Time fix for eager Webpack watcher.
Downloads
9
Maintainers
Readme
Hey! Watcher
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