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

Lost - seem to have an issue from an Antd import #13

Closed sbue closed 3 years ago

sbue commented 3 years ago
error - ./node_modules/antd/lib/divider/style/index.less (./node_modules/css-loader/dist/cjs.js??ref--5-oneOf-3-1!./node_modules/next/dist/compiled/postcss-loader/cjs.js??ref--5-oneOf-3-2!./node_modules/resolve-url-loader??ref--5-oneOf-3-3!./node_modules/less-loader/dist/cjs.js??ref--5-oneOf-3-4!./node_modules/antd/lib/divider/style/index.less)

.@{divider-prefix-cls} {
  .reset-component;
                ^
Unrecognized input. Possibly missing '(' in mixin call.
      Error in /Users/santiago/mp/web/node_modules/antd/lib/divider/style/index.less (line 7, column 18)
Error: Cannot find module '/Users/santiago/mp/web/.next/build-manifest.json'

Any idea what the cause might be?

sbue commented 3 years ago

Nevermind, caused by https://github.com/ant-design/ant-design/issues/28427