Skip to content
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

Fix CJS build #122

Merged
merged 1 commit into from
Jan 13, 2025
Merged

Fix CJS build #122

merged 1 commit into from
Jan 13, 2025

Conversation

joshkel
Copy link
Contributor

@joshkel joshkel commented Jan 13, 2025

This is necessary to resolve MUI default exports from a CJS environment after the upgrade from Rollup 2 ro 4. See Rollup version 3's release notes and the docs for Rollup's interop option.

Fixes #121

This is necessary to resolve MUI default exports from a CJS environment after the upgrade from Rollup 2 ro 4. See [Rollup version 3's release notes](https://github.com/rollup/rollup/releases/tag/v3.0.0#:~:text=Change%20the%20default%20for%20output.interop,be%20a%20property%20(%234611)) and [the docs for Rollup's interop option](https://rollupjs.org/configuration-options/#output-interop).

Fixes #121
Copy link
Owner

@jonatanklosko jonatanklosko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you :)

@jonatanklosko jonatanklosko merged commit 4f84243 into jonatanklosko:master Jan 13, 2025
2 checks passed
@joshkel joshkel deleted the fix-rollup-cjs branch January 13, 2025 17:10
@jonatanklosko
Copy link
Owner

Published in 3.0.18!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Errors from use in a CJS test suite
2 participants