vite-plugin-css-injected-by-js icon indicating copy to clipboard operation
vite-plugin-css-injected-by-js copied to clipboard

[Bug]: Dynamic import of import(" index.css ") is not handled correctly

Open 2234839 opened this issue 1 year ago • 0 comments
trafficstars

🐞 Bug Report

Describe the bug

if(false){ import('index.css') }

In this case, the css will still be imported


Is this a regression?

no

To Reproduce

2234839 avatar Jun 24 '24 12:06 2234839