cleanup unnecassary packages + add connected indicator

This commit is contained in:
Timo K
2025-12-01 20:39:40 +01:00
parent ab675cf00b
commit f76a6cb599
4 changed files with 47 additions and 124 deletions

View File

@@ -7,7 +7,6 @@ Please see LICENSE in the repository root for full details.
import { defineConfig, mergeConfig } from "vite";
import fullConfig from "./vite.config";
import nodePolyfills from "vite-plugin-node-stdlib-browser";
const base = "./";
@@ -27,7 +26,6 @@ export default defineConfig((env) =>
fileName: "matrixrtc-sdk",
},
},
plugins: [nodePolyfills()],
}),
),
);