Built-In CSS Support SSR Issue #13625
-
Hello, Global Stylesheet does not loading on SSR. I am using custom server and custom document. When i disable javasrcipt (for ssr loading). The global styles does not loaded. Is there any extra configuration to load Css on SSR? Best Regards |
Beta Was this translation helpful? Give feedback.
Answered by
rafaelalmeidatk
Jun 1, 2020
Replies: 1 comment 3 replies
-
This is the expected behavior with the development environment. The production build will include the CSS in SSR so you can see the styles with JavaScript disabled |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
rafaelalmeidatk
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is the expected behavior with the development environment. The production build will include the CSS in SSR so you can see the styles with JavaScript disabled