Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@intervolga/html-index-plugin

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@intervolga/html-index-plugin

WebPack 2+ plugin for creating index of output path

Source
npmnpm
Version
1.0.3
Version published
Weekly downloads
40
-9.09%
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

html

FAQs

Package last updated on 01 Mar 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts