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
There is no specific policy. PostCSS is old project with big ecosystem and contains many parts—this is the result:
postcss has big ifs block in plugins loading because we need to support PostCSS 8 plugins, PostCSS 7 plugins, old PostCSS plugins, plugins presets. Also plugins with options (plugin(opts)) and without (plugin)
postcss-load-config was written by other developer and some use case could be missed
I'm trying to figure out two things:
postcss-load-config
treats empty configuration objectsAll the context you need is in this pull request I just opened.
Minimal repro:
npm run build
doiuse
is skipped without warning even thoughpostcss.config.js
is perfectly valid.The text was updated successfully, but these errors were encountered: