From 3342a035b4b2cf8b6bf9837bcc705378c7fd40fc Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 23 Feb 2018 02:28:55 +0900 Subject: Clean up --- webpack/plugins/index.ts | 3 --- 1 file changed, 3 deletions(-) (limited to 'webpack') diff --git a/webpack/plugins/index.ts b/webpack/plugins/index.ts index 027f60224f..56e73e5041 100644 --- a/webpack/plugins/index.ts +++ b/webpack/plugins/index.ts @@ -1,5 +1,3 @@ -const HardSourceWebpackPlugin = require('hard-source-webpack-plugin'); - import consts from './consts'; import hoist from './hoist'; import minify from './minify'; @@ -9,7 +7,6 @@ const isProduction = env === 'production'; export default (version, lang) => { const plugins = [ - //new HardSourceWebpackPlugin(), consts(lang) ]; -- cgit v1.2.3-freya