SolidZORO / next-plugin-antd-less

🎩 Use Antd (Less) with Next.js v12, Zero Dependency on other Next-Plugins.
MIT License
345 stars 49 forks source link

optional cssLoaderOptions #12

Closed shian15810 closed 3 years ago

shian15810 commented 3 years ago

So that we can use this plugin without providing cssLoaderOptions as empty object:

// next.config.js
const withAntdLess = require("next-plugin-antd-less");

module.exports = withAntdLess({
  lessVarsFilePath: "./src/styles/variables.less",
});