diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-12-15 23:19:04 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-12-15 23:19:04 +0900 |
| commit | be1125dcb92d8c6e972e00ac4697e136d0fec2bd (patch) | |
| tree | 76e69a0fadf42b6e880ab604cb2f86860ab24896 /webpack.config.ts | |
| parent | Update index.ts (#3624) (diff) | |
| download | sharkey-be1125dcb92d8c6e972e00ac4697e136d0fec2bd.tar.gz sharkey-be1125dcb92d8c6e972e00ac4697e136d0fec2bd.tar.bz2 sharkey-be1125dcb92d8c6e972e00ac4697e136d0fec2bd.zip | |
OGP向けにインスタンスのバナー画像を提供するように
Diffstat (limited to 'webpack.config.ts')
| -rw-r--r-- | webpack.config.ts | 1 |
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), |