Is there a way to always extract inlined CSS to its own file? #15508
Unanswered
andyjessop
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Try adding import otherStyles from './bar.css?inline' |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When building, inlined CSS seems to be treated as any other import, so if only one file is importing it, it will be bundled with it. However, I would like CSS to always be extracted to its own file. Is this possible?
Beta Was this translation helpful? Give feedback.
All reactions