Open
Description
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
- Enable post-processing on a site
- Log value of
netlifyConfig.build.processing
inonPreBuild
- Observe it is always set to
{ css: {}, html: {}, images: {}, js: {} }