getting Module not found: Can't resolve 'css-loader/locals'
When I'm tring to import a module.scss file I'm getting Module not found: Can't resolve 'css-loader/locals'
Next v10.0.3 next-styles v1.1.1
Confirmed on my side!
I got this after an npm update. Some time ago, I posted another problem. https://github.com/webdeb/next-styles/issues/11#issuecomment-626381424 Try to install: @webdeb/next-styles: 1.1.0
My package.json:

Ended up removing this plugin and spent the last week re-writting all out imports to use modules. The plugin was causing a lot of compliation issues in Dev
no further action? I have similiar issue when upgrading the css-loader