@nikovirtala/projen-constructs
    Preparing search index...

    Interface BundlingOptions

    interface BundlingOptions {
        banner?: string;
        externals?: string[];
        format?: string;
        loaders?: { [key: string]: string };
        mainFields?: string;
        minify?: boolean;
        outfile?: string;
        platform?: string;
        sourcemap?: boolean;
        sourcesContent?: boolean;
        target?: string;
        tsconfigPath?: string;
    }
    Index

    Properties

    banner?: string
    externals?: string[]
    format?: string
    loaders?: { [key: string]: string }
    mainFields?: string
    minify?: boolean
    outfile?: string
    platform?: string
    sourcemap?: boolean
    sourcesContent?: boolean
    target?: string
    tsconfigPath?: string