matrix-org / matrix-js-sdk

Matrix Client-Server SDK for JavaScript
Apache License 2.0
1.49k stars 577 forks source link

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

Closed richvdh closed 4 days ago

richvdh commented 5 days ago

Since https://github.com/matrix-org/matrix-js-sdk/pull/4187, matrix-js-sdk is built as an ES module rather than a CommonJS one; we need to declare it as such.

Fixes https://github.com/matrix-org/matrix-js-sdk/issues/4284, I hope.