You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 in onPreBuild
Observe it is always set to { css: {}, html: {}, images: {}, js: {} }