From d0c503d6c847f0947aef03ac8c655b496bd9fcf4 Mon Sep 17 00:00:00 2001 From: Aaron Raimist Date: Sun, 27 Jan 2019 21:12:44 -0600 Subject: [PATCH] Completely disable other themes for now (#8277) Signed-off-by: Aaron Raimist --- webpack.config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/webpack.config.js b/webpack.config.js index e44d70ec0cd..08d83574919 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -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: [