nx-web-ext - v6.1.0
    Preparing search index...

    Interface WebExtBuilderSchema

    interface WebExtBuilderSchema {
        sourceDir: string;
        artifactsDir: string;
        overwriteDest?: boolean;
    }

    Hierarchy

    • JsonObject
      • WebExtBuilderSchema
    Index
    sourceDir: string

    Path of source files to package.

    artifactsDir: string

    Path where package should be sent to.

    overwriteDest?: boolean

    Overwrite any existing files.