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

How to make it work with @ant-design/pro-layout #23

Closed darwis059 closed 3 years ago

darwis059 commented 3 years ago

I am trying to add @ant-design/pro-layout to my nextjs project. its working on development with lazy import pro-layout component. but pro layout style is missing on production.

/home/darwis/dev/next-exmpl/with-type-script-app/node_modules/antd/es/layout/style/index.js:1
import '../../style/index.less';
       ^^^^^^^^^^^^^^^^^^^^^^^^

SyntaxError: Unexpected string
dzcpy commented 3 years ago

Any solutions?

SolidZORO commented 3 years ago

@darwis059 can you give me a demo repo to test?