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

nextjs 13 antd 5 会导致 cssinjs 无法 ssr #111

Open LengYXin opened 1 year ago

LengYXin commented 1 year ago

官方仓库 https://github.com/ant-design/create-next-app-antd

SolidZORO commented 1 year ago

我目前还没有使用过 Next 13,不过 antd v5 不是说不用 less 了吗?不需要这个 plugin 了吧?

LengYXin commented 1 year ago

老项目 迁移 内部 使用了大量的 less ~ , 还有 antd-mobile 貌似还没有 迁移 css in js 应该还有用武之地吧~

LengYXin commented 1 year ago

我目前还没有使用过 Next 13,不过 antd v5 不是说不用 less 了吗?不需要这个 plugin 了吧?

还有个奇怪的现象 如果加了 tailwindcss 配置 less 又神奇的工作了~

SolidZORO commented 1 year ago

你参考一下 https://github.com/SolidZORO/next-plugin-antd-less/issues/26#issuecomment-786653155