1.0.4 • Published 5 years ago

@intervolga/html-index-plugin v1.0.4

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

html-index-plugin Build Status

It will search for HTML assets during the Webpack build and emits index.html with links to that files.

Installation:

Using npm:

$ npm install --save-dev @intervolga/html-index-plugin

Configuration:

const HtmlIndexPlugin = require('@intervolga/html-index-plugin');
module.exports = {
	plugins: [
    new HtmlIndexPlugin()
	]
}