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

    Variable cmdConst

    cmd: {
        build(params: object): Promise<WebExtBuildResult>;
        run(params: object, options?: object): Promise<WebExtMultiRunner>;
    }

    Type Declaration

    • build: function
    • run: function
      • Launch the extension in a browser and watch it for changes.

        Parameters

        • params: object

          web-ext run options.

        • Optionaloptions: object

          Options controlling the runner's process behaviour.

        Returns Promise<WebExtMultiRunner>

        A runner covering every launched browser target.