-
Notifications
You must be signed in to change notification settings - Fork 16
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
Breaks imports #24
Comments
The same error in my project, versions:
|
Ran into the same issue. Watching this issue. I don't recommend this, but here's a little trick I found that you could do if you must.
or from |
the same. on my setup this caused by TS option. and i see no difference compared with tree shaking by webpack
|
Yes, but this reverts the tree-shaking, so there is not point in doing so. |
After adding to .babelrc config, reduces the bundle but breaks imports and is unusable.
versions:
"react": "^16.14.0",
"@babel/cli": "^7.13.14",
"@babel/core": "^7.13.14",
"recharts": "^2.0.8"
The text was updated successfully, but these errors were encountered: