[internal] Add exports field to packages#43521
[internal] Add exports field to packages#43521DiegoAndai wants to merge 29 commits intomui:masterfrom
Conversation
Netlify deploy previewBundle size reportBundle size will be reported once CircleCI build #742065 finishes. |
|
@Janpot I'm testing #41596 (comment). Initially the issue doesn't seem to be fixed by removing the internal package.json files. I'm doing the same test we did a few months back:
Interestingly, back then, I'll do a debugging session, but I'm letting you know in case you want to test it on your side in the meantime. |
|
@DiegoAndai I'v been working on this over the past week in
I've extracted some of the issues that popped up as they can be released separately:
I followed your steps to reproduce with the following dependencies: "@mui/icons-material": "https://pkg.csb.dev/mui/material-ui/commit/d4953d45/@mui/icons-material",
"@mui/material": "https://pkg.csb.dev/mui/material-ui/commit/d4953d45/@mui/material",
"@mui/material-nextjs": "https://pkg.csb.dev/mui/material-ui/commit/d4953d45/@mui/material-nextjs",And both I'm still in the process of testing how X works but that looks promising so far. The one unknown I have left is whether I can remove |
Follow up on #41596 (comment). Draft to create CI builds to test with.
CC: @Janpot