@foo-software/lighthouse-persist
Version:
A tool for persisting Lighthouse audit results used for website performance monitoring and analysis.
11 lines • 471 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
// a bit of a hack until we only support ES Modules
// note the key here:
// https://github.com/microsoft/TypeScript/pull/44501#issue-914346744
const loadReportGenerator = async () => {
const module = await import('lighthouse/report/generator/report-generator.js');
return module.ReportGenerator;
};
exports.default = loadReportGenerator;
//# sourceMappingURL=loadReportGenerator.js.map