mui / base-ui

Base UI is an open-source library of accessible, unstyled UI components for React.
MIT License
282 stars 47 forks source link

[core] Introduce `exports` in package.json #550

Open michaldudak opened 2 months ago

michaldudak commented 2 months ago

Investigate introducing the exports field in Base UI's package.json instead of generating nested package.json files, as it seems to confuse some bundlers.

Search keywords:

oliviertassinari commented 2 months ago

The main issue: https://github.com/mui/material-ui/issues/30671.