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

Declare matrix-js-sdk as an ES module #4285

Merged
merged 2 commits into from
Jun 26, 2024
Merged

Declare matrix-js-sdk as an ES module #4285

merged 2 commits into from
Jun 26, 2024

Conversation

richvdh
Copy link
Member

@richvdh richvdh commented Jun 26, 2024

Since #4187, matrix-js-sdk is built as an ES module rather than a CommonJS one; we need to declare it as such.

Fixes #4284, I hope.

richvdh added 2 commits June 26, 2024 17:54
... otherwise it gets broken by `scripts/switch_package_to_release.js`
@richvdh richvdh force-pushed the rav/fix_module_type branch from ecd9fd2 to 434e381 Compare June 26, 2024 16:56
@richvdh richvdh marked this pull request as ready for review June 26, 2024 17:03
@richvdh richvdh requested a review from a team as a code owner June 26, 2024 17:03
@richvdh richvdh requested review from t3chguy and florianduros June 26, 2024 17:03
@richvdh richvdh added this pull request to the merge queue Jun 26, 2024
Merged via the queue into develop with commit d629a68 Jun 26, 2024
27 checks passed
@richvdh richvdh deleted the rav/fix_module_type branch June 26, 2024 17:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

matrix-js-sdk no longer works in CommonJS environment
2 participants