mirror of https://github.com/vector-im/riot-web
Merge pull request #19165 from SimonBrandner/task/usercontent-ts
Convert `/src/usercontent` to TSpull/19220/head
commit
4a24775fd9
|
@ -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),
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue