-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ant Design doesn't work with Nuxt Layers #48
Comments
Additional Notes: The final page rendered, but some warnings appeared before that. After about five minutes.
Does this seem to be a result of Vite optimizing ES Modules? I think this is a serious performance issue. I will try to provide a reproduction to help fix this if necessary. |
@Sun-ZhenXing have you tried to use this module in a module instead? |
No, I don't know how to make such an attempt. |
@avxkim, please check this minimal reproduction, it works fine but takes about 5 minutes to render on my Windows 11 (Intel 12900). Try: pnpm i
pnpm dev |
It seems to have been working since Nuxt 3.12.4. |
@andreev-nikita Nuxt 3.13 has refactored many of the layers implementations, and this is no longer an issue. |
ui-kit.zip
reproducible code attached to this issue, i was using pnpm (but it doesn't matter, if it's pnpm or npm / yarn)
Steps to reproduce:
pnpm install
pnpm dev
it gets stuckThe text was updated successfully, but these errors were encountered: