summaryrefslogtreecommitdiff
path: root/webpack/plugins/index.ts
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2017-11-23 05:43:00 +0900
committersyuilo <syuilotan@yahoo.co.jp>2017-11-23 05:43:00 +0900
commit3f8ebac466ece8e9598432f3f574ec44e420c03b (patch)
tree05114fce9728d6ce1deecc1f2eb8a903a22b0100 /webpack/plugins/index.ts
parent:v: (diff)
downloadmisskey-3f8ebac466ece8e9598432f3f574ec44e420c03b.tar.gz
misskey-3f8ebac466ece8e9598432f3f574ec44e420c03b.tar.bz2
misskey-3f8ebac466ece8e9598432f3f574ec44e420c03b.zip
なんかもうめっちゃ変えた
Closes #940
Diffstat (limited to 'webpack/plugins/index.ts')
-rw-r--r--webpack/plugins/index.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/webpack/plugins/index.ts b/webpack/plugins/index.ts
index d37047b672..24782a1de6 100644
--- a/webpack/plugins/index.ts
+++ b/webpack/plugins/index.ts
@@ -1,6 +1,5 @@
const StringReplacePlugin = require('string-replace-webpack-plugin');
-import constant from './const';
import hoist from './hoist';
//import minify from './minify';
import banner from './banner';
@@ -10,7 +9,6 @@ const isProduction = env === 'production';
export default (version, lang) => {
const plugins = [
- constant(lang),
new StringReplacePlugin(),
hoist()
];