Replies: 2 comments 5 replies
-
After many hours of googling I found the following workaround #8156 vercel/next-plugins#507. Feels overkill for the issue but it works. |
Beta Was this translation helpful? Give feedback.
5 replies
-
The official plugin has expired and is no longer applicable to the new version of next. js. you can try |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
My goal is to use css (less) modules with my custom react components along with ant design. I've cloned
with-ant-design-less
from the examples but after enablingcssModules
innext.config.js
ant design's css is missing, while my css (less) modules appear to load. The easiest way to observe this behavior is by changingnext.config.js
like soUpon next server restart all ant design css/less will be missing.
Beta Was this translation helpful? Give feedback.
All reactions