An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# Useref plugin for Webpack

[![npm version](https://badge.fury.io/js/webpack-useref-plugin.svg)](https://badge.fury.io/js/webpack-useref-plugin) [![DEPENDENCIES](https://david-dm.org/azzgo/webpack-useref-plugin.svg)](https://david-dm.org/azzgo/webpack-useref-plugin) [![license](https://img.shields.io/github/license/mashape/apistatus.svg?maxAge=2592000)]()

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