-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
[bug] Parcel 2.9 is incompatible with Ant Design 5 #9081
Comments
I also have the same issue. I am using javascript instead of typescript. Please provide a solution. |
I am also facing the same problem. Request you to kindly fix the problem. |
Here is a minimal reproduction: https://github.com/doronrosenberg/-parcel-antd
|
Updating my
|
This is also blocking our project, resolving the swc/core package to latest version didn't change anything either |
Are there any updates? |
Unfortunately/Fortunately I ended up ditching parcel and using esbuild. It needed some work but it was worth ditching parcel as now the build time is faster and the build size also decreased. |
I'm not even using
It's particularly rough because I have no idea how to debug this. What file of mine is even causing this? |
With Parcel 2.12.0 and Antd 5.14.2 the issue is resolved. |
🎛 Configuration
package.json
tsconfig.json
🤔 Expected Behavior
Build Ant Design 5 projects successfully.
😯 Current Behavior
💁 Possible Solution
If I downgrade to Parcel 2.8.3, this bug disappeared.
💻 Code Sample
idea2app/React-MobX-Ant-Design-ts@7da1093
🌍 Your Environment
The text was updated successfully, but these errors were encountered: