Skip to content
This repository was archived by the owner on Oct 22, 2025. It is now read-only.

Commit 886158d

Browse files
bdougieclaude
andcommitted
Remove @netlify/plugin-lighthouse from build
Remove plugin to resolve Node.js version compatibility issue. The plugin requires Node <20 but causes conflicts with other dependencies. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 669650e commit 886158d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

netlify.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,14 @@
1212

1313
[context.branch-deploy.environment]
1414
NODE_VERSION = "18"
15+
16+
# Explicitly define plugins to override UI configuration
17+
# This prevents the @netlify/plugin-lighthouse from running
18+
[[plugins]]
19+
package = "@netlify/plugin-nextjs"
20+
21+
[[plugins]]
22+
package = "netlify-plugin-cloudinary"
23+
24+
[[plugins]]
25+
package = "@netlify/plugin-emails"

0 commit comments

Comments
 (0)