PluginOptions
For other modules to aggregate the options
interface PluginOptions {
configDeps?: string[];
configFile?: string | false;
exclude?: FilterPattern;
extraContent?: ExtraContentOptions;
include?: FilterPattern;
transformers?: SourceCodeTransformer[];
}§Properties
§
exclude?: FilterPattern
[src]Patterns that filter the files NOT being extracted.
§
extraContent?: ExtraContentOptions
[src]Extra content outside of build pipeline (assets, backend, etc.) to be extracted
§
include?: FilterPattern
[src]Patterns that filter the files being extracted.
§
transformers?: SourceCodeTransformer[]
[src]Custom transformers to the source code