Make Vite work with matrix-widget-api
This commit is contained in:
@@ -41,6 +41,12 @@ export default defineConfig(({ mode }) => {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
resolve: {
|
resolve: {
|
||||||
|
alias: {
|
||||||
|
// matrix-widget-api has its transpiled lib/index.js as its entry point,
|
||||||
|
// which Vite for some reason refuses to work with, so we point it to
|
||||||
|
// src/index.ts instead
|
||||||
|
"matrix-widget-api": "matrix-widget-api/src/index.ts",
|
||||||
|
},
|
||||||
dedupe: [
|
dedupe: [
|
||||||
"react",
|
"react",
|
||||||
"react-dom",
|
"react-dom",
|
||||||
|
|||||||
Reference in New Issue
Block a user