kriasoft / isomorphic-style-loader

CSS style loader for Webpack that is optimized for isomorphic (universal) web apps.
https://reactstarter.com
MIT License
1.27k stars 144 forks source link

Inline all the styles #172

Open baldurh opened 5 years ago

baldurh commented 5 years ago

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.

tstirrat15 commented 4 years ago

I'm pretty sure you wouldn't use this lib for that. css-loader by itself would do that.