Completely disable other themes for now (#8277)

Signed-off-by: Aaron Raimist <aaron@raim.ist>
pull/8280/head
Aaron Raimist 2019-01-27 21:12:44 -06:00
parent 8ab82b7ed7
commit d0c503d6c8
No known key found for this signature in database
GPG Key ID: 37419210002890EF
1 changed files with 3 additions and 3 deletions

View File

@ -16,10 +16,10 @@ module.exports = {
"mobileguide": "./src/vector/mobile_guide/index.js",
// CSS themes
"theme-light": "./node_modules/matrix-react-sdk/res/themes/light/css/light.scss",
"theme-dark": "./node_modules/matrix-react-sdk/res/themes/dark/css/dark.scss",
//"theme-light": "./node_modules/matrix-react-sdk/res/themes/light/css/light.scss",
//"theme-dark": "./node_modules/matrix-react-sdk/res/themes/dark/css/dark.scss",
"theme-dharma": "./node_modules/matrix-react-sdk/res/themes/dharma/css/dharma.scss",
"theme-status": "./res/themes/status/css/status.scss",
//"theme-status": "./res/themes/status/css/status.scss",
},
module: {
rules: [