@intervolga/html-index-plugin

1.0.4 • Public • Published

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()
	]
}

/@intervolga/html-index-plugin/

    Package Sidebar

    Install

    npm i @intervolga/html-index-plugin

    Weekly Downloads

    116

    Version

    1.0.4

    License

    MIT

    Unpacked Size

    4.28 kB

    Total Files

    4

    Last publish

    Collaborators

    • intervolga