point to new CSS locations

pull/6500/head
Matthew Hodgson 2018-04-13 00:43:15 +01:00
parent f569fddf15
commit 534155fcd5
1 changed files with 3 additions and 3 deletions

View File

@ -21,9 +21,9 @@ module.exports = {
"olm": "./src/vector/olm-loader.js",
// CSS themes
"theme-light": "./src/skins/vector/css/themes/light.scss",
"theme-dark": "./src/skins/vector/css/themes/dark.scss",
"theme-status": "./src/skins/vector/themes/status/css/status.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-status": "./res/themes/status/css/status.scss",
},
module: {
preLoaders: [