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

    Interface WebExtServeSchema

    interface WebExtServeSchema {
        webExtOptions: WebExtRunOptions;
        browserTarget?: string;
        buildTarget?: string;
    }
    Index
    webExtOptions: WebExtRunOptions

    Additional options to pass to the web-ext cli when running.

    browserTarget?: string

    Nx project target to use when serving.

    buildTarget?: string

    Nx project target to build when serving.