We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c68c9e commit 1759ff4Copy full SHA for 1759ff4
src/index.js
@@ -32,8 +32,8 @@ export default function lighthousePlugin(inputs) {
32
33
if (defaultEvent === 'onSuccess') {
34
return {
35
- onPreBuild,
36
- onPostBuild: ({ utils }) => persistCache({ utils }),
+ // onPreBuild,
+ // onPostBuild: ({ utils }) => persistCache({ utils }),
37
onSuccess: async ({ constants, utils, inputs } = {}) => {
38
console.log('🚨 LIGHTHOUSE PLUGIN onSuccess invoked');
39
// Mock the required `utils` functions if running locally
0 commit comments