-
Notifications
You must be signed in to change notification settings - Fork 405
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
Named imports cause an incorrect path #282
Comments
onlyann
changed the title
Named imports cause an incorrect path`
Named imports cause an incorrect path
Oct 31, 2018
广告: Ad: |
Closed
Seeing the same thing, was this ever resolved? Named exports currently break transpilation of MUI |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This results in
antd/lib/antd-layout
instead ofantd/lib/layout
.This issue was resolved as part of #196 but the fix is gone on version 1.11.0.
Happy to create a PR to reapply the change if that is everything that is required.
The text was updated successfully, but these errors were encountered: