Closed zejunking closed 3 years ago
I also had this.
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
I think this is the correct answer. Thanks @unbugx
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