banira
    Preparing search index...

    Interface EleventyPluginOptions

    interface EleventyPluginOptions {
        compilerOptions?: CompilerOptions;
        files: string[];
        readyTimeout?: number;
        tags?: string[];
    }
    Index

    Properties

    compilerOptions?: CompilerOptions
    files: string[]

    Component source files to compile and register.

    readyTimeout?: number
    tags?: string[]

    Restrict prerendering to these tags (default: every custom element found in files).