Saul
860161bdd2
Fix the rust crypto import in esm environments. ( #4445 )
...
* Configure babel to fix the rust import in esm environments.
* Add lockfile changes.
* Cleanup rust-crypto import and babel config.
2024-10-08 10:34:01 +00:00
Johannes Marbach
05ba27f36b
Change imports for Node.js compatibility ( #4377 )
...
* Change imports for Node.js compatibility
Fixes : #4287
Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org >
* Run prettier
* Run prettier (again)
* Add comment
* Update babel.config.cjs
---------
Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org >
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com >
2024-08-29 15:56:32 +00:00
Richard van der Hoff
d629a685c2
Declare matrix-js-sdk as an ES module ( #4285 )
...
* Declare matrix-js-sdk as an ES module
* Rename `babel.config.js` to show it is a CommonJS module
... otherwise it gets broken by `scripts/switch_package_to_release.js`
2024-06-26 17:11:29 +00:00