From 45e8331e261244628b134a18e3d0fbe0ebb3a7dc Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 18 Mar 2017 20:05:11 +0900 Subject: :sushi: Closes #12, #227 and #58 --- webpack.config.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'webpack.config.ts') diff --git a/webpack.config.ts b/webpack.config.ts index 65aeda5ea4..cfb985c989 100644 --- a/webpack.config.ts +++ b/webpack.config.ts @@ -63,9 +63,7 @@ module.exports = new Promise(async resolve => { plugins: [ new webpack.DefinePlugin({ VERSION: JSON.stringify(version), - CONFIG: { - themeColor: JSON.stringify(constants.themeColor) - } + THEME_COLOR: JSON.stringify(constants.themeColor) }), new StringReplacePlugin() ], -- cgit v1.2.3-freya