Member Junction
    Preparing search index...

    Configuration for the component compiler

    interface CompilerConfig {
        babel: { plugins: string[]; presets: string[] };
        cache: boolean;
        debug?: boolean;
        maxCacheSize: number;
        minify: boolean;
        sourceMaps: boolean;
    }
    Index

    Properties

    babel: { plugins: string[]; presets: string[] }

    Babel configuration

    Type Declaration

    • plugins: string[]

      Plugins to use

    • presets: string[]

      Presets to use

    cache: boolean

    Cache compiled components

    debug?: boolean

    Enable debug logging

    maxCacheSize: number

    Maximum cache size

    minify: boolean

    Whether to minify output

    sourceMaps: boolean

    Source map generation