This plugin is enabled when there’s a match in dependencies or devDependencies in package.json:
dependencies
devDependencies
package.json
next
This configuration is added automatically if the plugin is enabled:
{ "next": { "entry": [ "next.config.{js,ts,cjs,mjs}", "{instrumentation,middleware}.{js,ts}", "app/global-error.{js,jsx,ts,tsx}", "app/**/{error,layout,loading,not-found,page,template,default}.{js,jsx,ts,tsx}", "app/**/route.{js,jsx,ts,tsx}", "app/{manifest,sitemap,robots}.{js,ts}", "app/**/{icon,apple-icon}.{js,jsx,ts,tsx}", "app/**/{opengraph,twitter}-image.{js,jsx,ts,tsx}", "pages/**/*.{js,jsx,ts,tsx}", "src/{instrumentation,middleware}.{js,ts}", "src/app/global-error.{js,jsx,ts,tsx}", "src/app/**/{error,layout,loading,not-found,page,template,default}.{js,jsx,ts,tsx}", "src/app/**/route.{js,jsx,ts,tsx}", "src/app/{manifest,sitemap,robots}.{js,ts}", "src/app/**/{icon,apple-icon}.{js,jsx,ts,tsx}", "src/app/**/{opengraph,twitter}-image.{js,jsx,ts,tsx}", "src/pages/**/*.{js,jsx,ts,tsx}" ] }}
Your custom config or entry options override default values, they are not merged.
config
entry
See Plugins for more details.
ISC License © 2024 Lars Kappert