Add screensharing support

This commit is contained in:
Robert Long
2021-09-30 16:11:01 -07:00
parent 150d58d4b6
commit 0c475d7bac
2 changed files with 33 additions and 7 deletions

View File

@@ -30,6 +30,6 @@ export default defineConfig({
alias: {
"$(res)": path.resolve(__dirname, "node_modules/matrix-react-sdk/res"),
},
dedupe: ["react", "react-dom"],
dedupe: ["react", "react-dom", "matrix-js-sdk"],
},
});