Hi, first of all thanks for this module.
I'm having an issue when setting up one of our projects with nextjs and this module. Got an error for CSS Loader:

ValidationError: Invalid options object. CSS Loader has been initialized using an options
object that does not match the API schema.
- options has an unknown property 'onlyLocals'. These properties are valid:
object { url?, import?, modules?, icss?, sourceMap?, importLoaders?, esModule? }
I got around it by removing onlyLocals from withStyles.js.
I have created a repo with the same issue here just in case: https://github.com/semajtwin/webdeb-css-loader-issue
Hi, first of all thanks for this module.
I'm having an issue when setting up one of our projects with nextjs and this module. Got an error for CSS Loader:
I got around it by removing
onlyLocalsfromwithStyles.js.next-styles/withStyles.js
Line 230 in 18107a3
I have created a repo with the same issue here just in case: https://github.com/semajtwin/webdeb-css-loader-issue