catamphetamine / webpack-react-redux-server-side-render-example

A sample React/Redux/Webpack project with Server-Side Rendering

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Inlining css in <style> tag for server rendered pages

animeshchat opened this issue · comments

Is there a way to inline css into the <style> tag on the server side?

I played around with the config and setting css_bundle to false, gets javascript to load the <style> tag on the client end. How do I make this happen on the server itself?