Member Junction
    Preparing search index...
    DEFAULT_CONFIGS: {
        compiler: {
            babel: { plugins: never[]; presets: string[] };
            cache: boolean;
            maxCacheSize: number;
            minify: boolean;
            sourceMaps: boolean;
        };
        registry: {
            cleanupInterval: number;
            enableNamespaces: boolean;
            maxComponents: number;
            useLRU: boolean;
        };
    } = ...

    Type Declaration

    • compiler: {
          babel: { plugins: never[]; presets: string[] };
          cache: boolean;
          maxCacheSize: number;
          minify: boolean;
          sourceMaps: boolean;
      }
    • registry: {
          cleanupInterval: number;
          enableNamespaces: boolean;
          maxComponents: number;
          useLRU: boolean;
      }