Hierarchy

  • JavascriptModulesPlugin

Constructors

Properties

options: object
chunkHasJs: ((chunk, chunkGraph) => boolean)

Type declaration

    • (chunk, chunkGraph): boolean
    • Parameters

      Returns boolean

Methods

  • Apply the plugin

    Parameters

    Returns void

  • Returns {
        afterStartup: string[];
        allowInlineStartup: boolean;
        beforeStartup: string[];
        header: string[];
        startup: string[];
    }

    • afterStartup: string[]
    • allowInlineStartup: boolean
    • beforeStartup: string[]
    • header: string[]
    • startup: string[]
  • Parameters

    • Optional chunk: any
    • Optional outputOptions: any

    Returns any

Generated using TypeDoc