@oazmi/superbuild-plugins - v0.1.0
    Preparing search index...

    Interface HtmlPluginSetupConfig

    setup configuration options for the htmlPluginSetup.

    interface HtmlPluginSetupConfig {
        transformFilter?: any;
        nodeHandlers?: NodeHandler[];
    }
    Index

    Properties

    transformFilter?: any

    specify which loaded files/resoruces will need to be intercepted by the html plugin.

    { filter: new RegExp(".*"), loader: "html", namespace: undefined }

    nodeHandlers?: NodeHandler[]

    specify your node handlers that will extract the linked/inlined resources that need to be bundled along with the html.

    all filters under ./node_handlers/ are included.