kriasoft / isomorphic-style-loader

CSS style loader for Webpack that is optimized for isomorphic (universal) web apps.

Home Page:https://reactstarter.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Inline all the styles

baldurh opened this issue · comments

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.