How to use the web-ext.default.util function in web-ext

To help you get started, we’ve selected a few web-ext examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github soapdog / patchfox / gulpfile.js View on Github external
function webExtensionRun() {
    let dir = process.cwd();
    webExt.util.logger.consoleStream.makeVerbose();
    webExt.cmd.run({ sourceDir: path.join(dir, "debug") }, { shouldExitProgram: true })
        .then((runner) => extensionRunner = runner);
}

web-ext

A command line tool to help build, run, and test web extensions

MPL-2.0
Latest version published 4 months ago

Package Health Score

79 / 100
Full package analysis