-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Breaks with native css/sass/scss in Next.js 9.3+ #31
Comments
Thanks @tomdohnal for reporting this issue. I'll fix that today and will release a new patch for that. |
Hope this issue will be resolved quickly |
@tomdohnal @stegano This issue is fixed now. I'm really sorry, I had two projects to work on and it took me some time to come back to this repo and fix this issue. |
Thanks for fixing this issue 👍 It works! |
No worries at all :) Thank you for the fix :) |
Next.js now imports images from css/sass/scss file by itself and we use
next-images
package together with it, it breaks the native image import in css/sass/scss functionality.As suggested in this issue, the solution is to check the
issuer
in thewebpack
rule specification.I can create a PR with the fix if you're interested.
The text was updated successfully, but these errors were encountered: