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

    Interface CssPluginSetupConfig

    setup configuration options for the cssPluginSetup.

    interface CssPluginSetupConfig {
        transformFilter?: any;
    }
    Index

    Properties

    Properties

    transformFilter?: any

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

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