isomorphic-style-loader
isomorphic-style-loader copied to clipboard
Inline all the styles
Is it possible to get the complete css and inline it instead of only the critical css? We’re already inlining most of it and I want to eliminate the css from the JS bundle using a custom loader.
I'm pretty sure you wouldn't use this lib for that. css-loader
by itself would do that.