Skip to content

azzgo/webpack-useref-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Useref plugin for Webpack

npm version DEPENDENCIES license

This Package is relied on html-webpack-plugin

Installation

$ npm install html-webpack-plugin webpack-useref-plugin --save-dev

Usage

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

About

A simple wraper for useref in html-webpack-plugin

Resources

License

Stars

Watchers

Forks

Packages

No packages published