You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 11, 2023. It is now read-only.
I could do something kind of hacky and just look for a file named inject_styles.[hash].js. However, I've refactored the plugin to be two plugins now and would like to move out the css injection plugin to live in a separate codebase. That will give the user control over css handling and they can use the css code splitting and injection plugin, or another plugin to put everything in a single css bundle, or rollup-post-css or whatever else they want to do. At that point, it seems too tied to the current implementation to be looking specifically for inject_styles
The text was updated successfully, but these errors were encountered:
Originally reported by @arekbartnik in #1524 (comment)
I'm really stumped on how to do this cleanly. See rollup/rollup#3790
I could do something kind of hacky and just look for a file named
inject_styles.[hash].js
. However, I've refactored the plugin to be two plugins now and would like to move out the css injection plugin to live in a separate codebase. That will give the user control over css handling and they can use the css code splitting and injection plugin, or another plugin to put everything in a single css bundle, orrollup-post-css
or whatever else they want to do. At that point, it seems too tied to the current implementation to be looking specifically forinject_styles
The text was updated successfully, but these errors were encountered: