/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
transpilePackages: [
"@ant-design",
"antd",
"rc-util",
"rc-pagination",
"rc-picker",
],
};
export default nextConfig;
transpilePackages
[ “antd”, “@ant-design”, “rc-util”, “rc-pagination”, “rc-picker”, “rc-notification”, “rc-tooltip”, “rc-tree”, “rc-table” ]
https://github.com/ant-design/ant-design/issues/46053