mirror of
https://github.com/vector-im/element-call.git
synced 2026-08-05 19:59:20 +00:00
Add screensharing support
This commit is contained in:
@@ -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"],
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user