Value of netlifyConfig.build.processing
passed to plugins does not reflect values set in the UI
#3946
Labels
feat/build-plugins
never_stale
theme/configuration
type: bug
code to address defects in shipped code
Describe the bug
If a site has enabled post-processing in the UI, this fact is not exposed in the config object passed top plugins. This is in contrast to other build settings which do include UI values. It would be useful to have acess to this, because frameworks may need to warn a user if it is incompatible with their settings. See opennextjs/opennextjs-netlify#994
Configuration
netlifyConfig.build.processing
inonPreBuild
{ css: {}, html: {}, images: {}, js: {} }
The text was updated successfully, but these errors were encountered: