Hierarchy

  • HtmlWebpackPlugin

Constructors

Properties

Options after html-webpack-plugin has been initialized with defaults

version: number

Current HtmlWebpackPlugin Major

version: number

Methods

  • Parameters

    Returns void

  • Static helper to create a tag object to be get injected into the dom

    Parameters

    • tagName: string
    • Optional attributes: {
          [attributeName: string]: string | boolean;
      }
      • [attributeName: string]: string | boolean
    • Optional innerHTML: string

    Returns HtmlTagObject

  • Parameters

    Returns Hooks

Generated using TypeDoc