webpack-useref-plugin
v0.0.3
Published
a simple wraper for useref in html-webpack-plugin
Readme
Useref plugin for Webpack
This Package is relied on html-webpack-plugin
Installation
$ npm install html-webpack-plugin webpack-useref-plugin --save-devUsage
var { UserefPlugin } = require('html-webpack-plugin-before-html-useref');
module.exports = {
plugins: [
new UserefPlugin()
]
}TODO
- [ ] Provide more options for Custermise
- [ ] Hash Options for output bundle
- [ ] Remove html-plugin-webpack denpendencies
