vite-plugin-css-injected-by-js
vite-plugin-css-injected-by-js copied to clipboard
[Bug]: Dynamic import of import(" index.css ") is not handled correctly
trafficstars
🐞 Bug Report
Describe the bug
if(false){ import('index.css') }
In this case, the css will still be imported