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

README.md incorrectly lists SWC support #94

Closed timothymiller closed 2 years ago

timothymiller commented 2 years ago

The README.md clearly lists SWC support in the compatibility section.

This conflicts with your statement from #93

Wait for nextjs13 to see again.

I don't understand. What does nextjs13 have to do with supporting SWC like the README.md clearly states in the compatibility section?

SolidZORO commented 2 years ago

I mean wait until SWC for NextJS is stable, it looks like they will be stable in 13 or 14 and will need to be configured to support babel.

wait until then this plugin will be rewritten in the SWC loader way.

fuyucn commented 2 years ago

I mean wait until SWC for NextJS is stable, it looks like they will be stable in 13 or 14 and will need to be configured to support babel.

wait until then this plugin will be rewritten in the SWC loader way.

If using babel config will cause Next.js disable SWC support, then this plugin is not support SWC. Or i don't need to config babel in somehow...