We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f569fdd commit 534155fCopy full SHA for 534155f
webpack.config.js
@@ -21,9 +21,9 @@ module.exports = {
21
"olm": "./src/vector/olm-loader.js",
22
23
// CSS themes
24
- "theme-light": "./src/skins/vector/css/themes/light.scss",
25
- "theme-dark": "./src/skins/vector/css/themes/dark.scss",
26
- "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",
27
},
28
module: {
29
preLoaders: [
0 commit comments