Merge pull request #19165 from SimonBrandner/task/usercontent-ts

Convert `/src/usercontent` to TS
pull/19220/head
Travis Ralston 2021-09-25 23:23:36 -06:00 committed by GitHub
commit 4a24775fd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ module.exports = (env, argv) => {
"bundle": "./src/vector/index.ts",
"mobileguide": "./src/vector/mobile_guide/index.ts",
"jitsi": "./src/vector/jitsi/index.ts",
"usercontent": "./node_modules/matrix-react-sdk/src/usercontent/index.js",
"usercontent": "./node_modules/matrix-react-sdk/src/usercontent/index.ts",
...(useHMR ? {} : cssThemes),
},