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

Properties

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.