From 3f8ebac466ece8e9598432f3f574ec44e420c03b Mon Sep 17 00:00:00 2001 From: syuilo Date: Thu, 23 Nov 2017 05:43:00 +0900 Subject: なんかもうめっちゃ変えた MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes #940 --- webpack/plugins/const.ts | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 webpack/plugins/const.ts (limited to 'webpack/plugins/const.ts') diff --git a/webpack/plugins/const.ts b/webpack/plugins/const.ts deleted file mode 100644 index f64160b01a..0000000000 --- a/webpack/plugins/const.ts +++ /dev/null @@ -1,14 +0,0 @@ -/** - * Constant Replacer - */ - -import * as webpack from 'webpack'; - -import version from '../../src/version'; -const constants = require('../../src/const.json'); - -export default lang => new webpack.DefinePlugin({ - VERSION: JSON.stringify(version), - LANG: JSON.stringify(lang), - THEME_COLOR: JSON.stringify(constants.themeColor) -}); -- cgit v1.2.3-freya