vite-plugin-css-injected-by-js
vite-plugin-css-injected-by-js copied to clipboard
A Vite plugin that takes the CSS and adds it to the page through the JS. For those who want a single JS file.
# **🐞 Bug Report** ## **Describe the bug** I have a use case where I want to inline only entry css but keep separate css files for dynamically imported modules....
# **🐞 Bug Report** ## **Describe the bug** When used together with sentry, sourcemap upload does not work well. If you build Sentry following https://docs.sentry.io/platforms/javascript/sourcemaps/uploading/vite/ without adding this plugin, the...
# **❓ Question or Support Request** Hey Marco, thanks for this plugin. We have been using it for a while now, however I realised that vite also includes this feature...
# **🐞 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...
# **💉 Failing Test** ## **Which jobs/test(s) are failing** * --- ## **Reason for failure/description** --- ### **Media prove** --- ### **Additional context** *
I have a use case where I am using UnoCSS to style a component using a single shadow root. The shadow dom mode in UnoCSS is [kind of broken at...
# Allow injector to handle execution before DOMReady ## **Is your enhancement request related to a problem? Please describe.** In some cases, the generated code may execute before the DOM...