import('./index.css') is missing after packing

前端 未结 0 1890
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-30 14:05

Rollup Version: 2.30.0

if(true) { import(\'./index.css\') } I want to introduce a CSS dynamically

I set inlineDynamicImports: true .

The output JS file

相关标签:
回答
  • 消灭零回复
提交回复
热议问题