Update js-sdk usages around Buffers to avoid needing Buffer polyfill

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2024-12-03 17:18:43 +00:00
parent 865c5b0e9c
commit 36108c0c22
No known key found for this signature in database
GPG key ID: A2B008A5F49F5D0D
6 changed files with 4 additions and 20 deletions

View file

@ -231,8 +231,6 @@ module.exports = (env, argv) => {
// Polyfill needed by counterpart
"util": require.resolve("util/"),
// Polyfill needed by matrix-js-sdk/src/crypto
"buffer": require.resolve("buffer/"),
// Polyfill needed by sentry
"process/browser": require.resolve("process/browser"),
},