@foo-software/lighthouse-persist
Version:
A tool for persisting Lighthouse audit results used for website performance monitoring and analysis.
7 lines • 355 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.chromeLauncher = void 0;
// a bit of a hack until we only support ES Modules.
const chromeLauncher = (...args) => import('chrome-launcher').then(({ launch: module }) => module(...args));
exports.chromeLauncher = chromeLauncher;
//# sourceMappingURL=chromeLauncher.js.map