Migrate the project build to be identical with MUI's build #290
Labels
bug
Something isn't working
hacktoberfest
Issues dedicated for the annual annual Hacktoberfest open source festival.
package:primitives
Issues/PRs related to the `@oxygen-ui/primitives` package.
package:react
Issues/PRs related to the `@oxygen-ui/react` package.
package:react-icons
Issues/PRs related to the `@oxygen-ui/react-icons` package.
Is your suggestion related to an experience ? Please describe.
Currently, we use a custom
rollup
build for generating the distributions.While this works logically, there are several concerns associated with it:
Bundle size is way high.
mui
- 6.36 MBoxygen-ui
- 32.6 MB⭐️
esm
& thecjs
bundles generated by rollup seems to be the culprit.API is different
Ex:
mui
oxygen-ui
Some APIs are not exposed
Ex:
SelectChangeEvent
is not exported from theSelect APIs
.Describe the improvement
Migrate the build to be identical with
MUI
.Additional context
N/A
The text was updated successfully, but these errors were encountered: