I'm trying to figure out two things: 1. Why is this the way `postcss-load-config` treats empty configuration objects 2. Is this choice currently breaking more plugins? All the context you need is in this [pull request](https://github.com/anandthakker/doiuse/pull/170) I just opened. Minimal repro: 1. Access https://stackblitz.com/edit/vitejs-vite-f8xwph 2. Run `npm run build` 3. Notice `doiuse` is skipped without warning even though `postcss.config.js` is perfectly valid.