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