postcss-import-ext-glob
postcss-import-ext-glob copied to clipboard
`@import-glob` remains in output
After using your plugin I spotted that the "@import-glob" node is left in the rendered output.
I've created a repo where you can see the result I'm getting here: https://github.com/davidwarrington/postcss-import-ext-glob-test. I've replicated the issue using PostCSS directly and via Vite - the output files are postcss-test.output.css and dist/assets/index-*.css respectively.
I don't think this causes any breaking issues because the node is used outside of a CSS ruleset, so it's breaking silently.
This is a Vite issue: https://github.com/vitejs/vite/issues/12336