Fix avatar sizing
This commit is contained in:
parent
d1368f4622
commit
6032f6ba44
4 changed files with 28 additions and 5 deletions
|
|
@ -38,7 +38,13 @@ export default defineConfig(({ mode }) => {
|
|||
alias: {
|
||||
"$(res)": path.resolve(__dirname, "node_modules/matrix-react-sdk/res"),
|
||||
},
|
||||
dedupe: ["react", "react-dom", "matrix-js-sdk"],
|
||||
dedupe: [
|
||||
"react",
|
||||
"react-dom",
|
||||
"matrix-js-sdk",
|
||||
"react-use-measure",
|
||||
"@juggle/resize-observer",
|
||||
],
|
||||
},
|
||||
};
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue