https://github.com/azzgo/webpack-useref-plugin
A simple wraper for useref in html-webpack-plugin
https://github.com/azzgo/webpack-useref-plugin
Last synced: 3 months ago
JSON representation
A simple wraper for useref in html-webpack-plugin
- Host: GitHub
- URL: https://github.com/azzgo/webpack-useref-plugin
- Owner: azzgo
- License: mit
- Created: 2017-04-27T11:59:29.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-31T13:27:52.000Z (almost 8 years ago)
- Last Synced: 2024-02-25T14:01:38.968Z (about 1 year ago)
- Language: TypeScript
- Size: 45.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Useref plugin for Webpack
[](https://badge.fury.io/js/webpack-useref-plugin) [](https://david-dm.org/azzgo/webpack-useref-plugin) []()
This Package is relied on html-webpack-plugin
## Installation
```sh
$ npm install html-webpack-plugin webpack-useref-plugin --save-dev
```## Usage
```javascript
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