catamphetamine / universal-webpack

Isomorphic Webpack: both on client and server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compatibility with css-loader@3 broken

Reeywhaar opened this issue · comments

Hello! Thank you for the great lib, first of all :-)

css-loader v3 was shipped out recently, and in breaking changes it has:

exportOnlyLocals option was remove in favor onlyLocals option

I see that universal-webpack adds exportOnlyLocals to server config.

See universal-webpack@0.6.12

Whoa! What a speed! Thank you so much!