summaryrefslogtreecommitdiff
path: root/webpack.config.ts
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-12-15 23:19:04 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-12-15 23:19:04 +0900
commitbe1125dcb92d8c6e972e00ac4697e136d0fec2bd (patch)
tree76e69a0fadf42b6e880ab604cb2f86860ab24896 /webpack.config.ts
parentUpdate index.ts (#3624) (diff)
downloadsharkey-be1125dcb92d8c6e972e00ac4697e136d0fec2bd.tar.gz
sharkey-be1125dcb92d8c6e972e00ac4697e136d0fec2bd.tar.bz2
sharkey-be1125dcb92d8c6e972e00ac4697e136d0fec2bd.zip
OGP向けにインスタンスのバナー画像を提供するように
Diffstat (limited to 'webpack.config.ts')
-rw-r--r--webpack.config.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/webpack.config.ts b/webpack.config.ts
index dc74c96d94..3c7a112a80 100644
--- a/webpack.config.ts
+++ b/webpack.config.ts
@@ -114,7 +114,6 @@ module.exports = {
clear: false
}),
new webpack.DefinePlugin({
- _THEME_COLOR_: JSON.stringify(constants.themeColor),
_COPYRIGHT_: JSON.stringify(constants.copyright),
_VERSION_: JSON.stringify(meta.version),
_CLIENT_VERSION_: JSON.stringify(version),