Skip to content

Netlify

Enabled

This plugin is enabled when there’s a match in dependencies or devDependencies in package.json:

  • ^@netlify\/plugin-

  • netlify-cli

  • @netlify/functions

Default configuration

{
"netlify": {
"config": [
"netlify.toml"
],
"entry": [
"netlify/functions/**/*.{js,mjs,cjs,ts,mts,cts}"
]
}
}

Custom config or entry configuration overrides the defaults, they are not merged.

ISC License © 2024 Lars Kappert