mui / mui-x

MUI X: Build complex and data-rich applications using a growing list of advanced React components, like the Data Grid, Date and Time Pickers, Charts, and more!
https://mui.com/x/
3.82k stars 1.14k forks source link

Provide UMD bundles #7248

Closed noherczeg closed 1 year ago

noherczeg commented 1 year ago

Summary 💡

Based on what I saw in the latest packages, I couldn't find any UMD bundles/modules for mui-x components. @mui/material has a umd package therefore I hope this is not impossible.

Examples 🌈

No response

Motivation 🔦

In our current setup we'd like to use SystemJS with external UMD packages, but sadly @mui/x-data-grid, and @mui/x-date-pickers don't have such packages therefore we need to bundle these into our artifact instead of loading it externally (saving precious build time).

Order ID 💳 (optional)

No response

oliviertassinari commented 1 year ago

@mui/material has a umd package

Which we should have already removed by now but we didn't have the bandwidth.

noherczeg commented 1 year ago

@mui/material has a umd package

Which we should have already removed by now but we didn't have the bandwidth.

Please don't remove them! I know that it's not hip any more, but this is a really nice feature of the library.

flaviendelangle commented 1 year ago

@oliviertassinari do we have a discussion about this removal ?

Duplicates #3608, let's continue the discussion there