Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
Bug report
Describe the bug
Ant design example github repository doesn't work on exporting project with 'next export'
I clone the with ant design example folder and run these commands :
npm install
npm run dev
npm run build
npm run start
Everything works fine in development mode and also in running built mode
But when I run npm run export so next js exports the built files into out folder and I open the index.html file the ant design doesn't work at all .
I expect it to work just like running npm run dev or in development mode .
Expected behavior
I expect it to work just like running npm run dev or in development mode .
System information