William Ford
William Ford
Thanks for the feedback! Totally missed that. I've updated the code snippet to support parameters type-safety! I understand your point with nested objects, so no pressure to integrate this in...
Hi @hayes, thanks for reaching out! Your ideas for the plugin already look great! I'll definitely play around with it sometime this week to see if I can come up...
*[Edit: accidentally submitted]* I think your idea nicely extracts our generator design decision into a more generic utility function! Especially by incorporating the builder into the function call instead of...
Good luck with working on all that @hayes, it sounds very promising! We'll keep a close eye on development and you'll know where to find us if you need any...
I think this is an incompatibility issue with NextJS 10. On older versions of NextJS I was not having this issue, but when I upgraded I did get it.
I'm sorry you're right, I'm now also experiencing the issue with the lower versions after some more testing. This wasn't an issue for me until today, so weird. Wonder what...
Great find! However, simply removing the line does not seem to work for me. Styles are not being loaded at all right now. The official next css-loader plugin code shows...
That's nearly it! Here's my setup, I have a global bootstrap stylesheet and also local module scss stylesheets on a side project I'm building. This is what the navigation bar...
Temporary solution: I added a line to my yarn resolution dependencies to lock css-loader into 3.6.0 until a real fix is published. ``` "dependencies": { .... }, "devDependencies": { .......