a simple wraper for useref in html-webpack-plugin
npm install webpack-useref-plugin  ![license]()
This Package is relied on html-webpack-plugin
``sh`
$ npm install html-webpack-plugin webpack-useref-plugin --save-dev
`javascript
var { UserefPlugin } = require('html-webpack-plugin-before-html-useref');
module.exports = {
plugins: [
new UserefPlugin()
]
}
``
- [ ] Provide more options for Custermise
- [ ] Hash Options for output bundle
- [ ] Remove html-plugin-webpack denpendencies