hashwatcher-webpack-plugin
v0.1.6
Published
webpackHash watcher for browser
Downloads
6
Readme
Hashwatcher-webpack-plugin
It will create two js-files after webpack build, 'jsonRender.js' records the webpack chunk-hash map, 'webpackHashWatcher.js' used in browser.
install
npm install hashwatcher-webpack-plugin --save-dev
options
| key | type | default | description | |-----|------|---------| ----------- | | duration | Number | 60000 | interval duration for getting jsonRender.js | | path | String | '' | 'webpackHashWatcher.js' output path | | hashPath | hashPath | '' | 'jsonRender.js' output path |