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

Can not only use css-loader5.x with isomorphic-style-loader^5.1.0? #187

Closed zejunking closed 3 years ago

zejunking commented 3 years ago

When used with css-loader^5.0.0, there is an error that style css cannot be extracted? The return of _getCss() is [object Module] ? Can only use css-loader3.x 0.28.x with isomorphic-style-loader^5.1.0

dbousamra commented 3 years ago

I also had this.

unbugx commented 3 years ago

You can find solution here https://stackoverflow.com/questions/63458657/isomorphic-style-loader-doesnt-work-as-it-supposed-to/63983963#63983963 You have to disable esModule flag

dazlious commented 3 years ago

I think this is the correct answer. Thanks @unbugx