postcss-import-ext-glob icon indicating copy to clipboard operation
postcss-import-ext-glob copied to clipboard

`@import-glob` remains in output

Open davidwarrington opened this issue 2 years ago • 1 comments

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.

davidwarrington avatar Feb 15 '23 14:02 davidwarrington

This is a Vite issue: https://github.com/vitejs/vite/issues/12336

bluwy avatar Mar 08 '23 14:03 bluwy