SolidZORO / next-plugin-antd-less

🎩 Use Antd (Less) with Next.js v12, Zero Dependency on other Next-Plugins.
MIT License
345 stars 48 forks source link

next.js 10.2.3 breaking woff loader #60

Closed sitch closed 3 years ago

sitch commented 3 years ago

Had to revert to my previous PR due to an issue only present when building with target: 'serverless' and importing a .woff font. Seems to be a loader issue

SolidZORO commented 3 years ago

next.js update does not comply with the standard-version specification at all, even a small version upgrade will have a lot of BREAK CHANGE, so I do not intend to fix immediately, wait for their official solution less CSS problem. I'm tired.

SolidZORO commented 3 years ago

If you want to use this plugin on next.js, please make sure you have version <= 10.2.0.

sitch commented 3 years ago

Noted -- Thanks so much for the help to date!