Compare commits

...

2 Commits

Author SHA1 Message Date
Nad Chishtie 2b781eb768 Added themes to webpack config 2018-11-23 14:36:20 +00:00
Nad Chishtie d09a733eea Added temp config for testing 2018-11-23 14:11:36 +00:00
2 changed files with 4 additions and 2 deletions

View File

@ -19,6 +19,8 @@ module.exports = {
"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-dharma-dark": "./node_modules/matrix-react-sdk/res/themes/dharma-dark/css/dharma-dark.scss",
"theme-dharma-darkroom": "./node_modules/matrix-react-sdk/res/themes/dharma-darkroom/css/dharma-darkroom.scss",
"theme-status": "./res/themes/status/css/status.scss",
},
module: {