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

(Question) Possible to drop babel to use SWC + NextJS 12 #93

Closed timothymiller closed 2 years ago

timothymiller commented 2 years ago

The babel.config.json file is preventing next.js from using the new SWC features.

We all would love to see build times decrease. Is it possible to support ant design without babel?

SolidZORO commented 2 years ago

Wait for nextjs13 to see again.

timothymiller commented 2 years ago

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?