-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
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.
Line 230 in 18107a3
| onlyLocals: isServer, |
I have created a repo with the same issue here just in case: https://github.com/semajtwin/webdeb-css-loader-issue
Metadata
Metadata
Assignees
Labels
No labels
