isomorphic-style-loader icon indicating copy to clipboard operation
isomorphic-style-loader copied to clipboard

Inline all the styles

Open baldurh opened this issue 5 years ago • 1 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.

baldurh avatar Oct 18 '19 09:10 baldurh

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

tstirrat15 avatar Dec 30 '19 23:12 tstirrat15