sveltejs / rollup-plugin-svelte

Compile Svelte components with Rollup
MIT License
502 stars 79 forks source link

[Question] emitCss: conditionally emit file or embed css in js #214

Open PlopTheReal opened 1 year ago

PlopTheReal commented 1 year ago

Is it possible to conditionally emit a file or embed the css in js? What I'm trying to achieve is to embed critical CSS for critical components (via inlineStyleThreshold) and delay other dynamic components CSS.