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