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

Other Config is invalid #71

Closed zFitness closed 2 years ago

zFitness commented 2 years ago
  webpack(config) {
    return {
      // 
      typescript: {
        ignoreBuildErrors: true,
      },

      exportPathMap: async function (defaultPathMap) {
        return {
          "/": { page: "/home" },
        };
      },
    };
  },

i only want to close ts check.

SolidZORO commented 2 years ago

finally, you want to return the config.