@oazmi/superbuild - v0.1.0
    Preparing search index...

    Interface SuperBuildOptions

    type alias for esbuild.BuildOptions.

    interface SuperBuildOptions {
        debuggingLogs?: boolean | LoggerFunction;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    debuggingLogs?: boolean | LoggerFunction

    enable internal logging of super-build for debugging, when DEBUG.LOG is enabled.

    when set to true, the logs will show up in your console via console.log(). you may also provide your own custom logger function if you wish.

    false