-
-
Notifications
You must be signed in to change notification settings - Fork 384
Add CSS extract based on entry #121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add CSS extract based on entry #121
Conversation
@verydanny can you rebase you PR? |
@evilebottnawi I think it's all good now |
README.md
Outdated
@@ -199,6 +199,87 @@ module.exports = { | |||
} | |||
``` | |||
|
|||
<<<<<<< HEAD |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks from git rebase here 😄
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Woops, sorry, should be good now? maybe?
@verydanny Thanks! |
what
Modified docs to show an example of exporting CSS based on entry.
why
Useful for SSR and people who want to use dynamically loaded routes, but keep CSS bundled based on entry.