From 6e6903237fc93f175e59818d13a9a4c95b325b3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=93=E3=81=B4=E3=81=AA=E3=81=9F=E3=81=BF=E3=81=BD?= Date: Fri, 16 Feb 2018 05:34:00 +0900 Subject: [PATCH] wip --- webpack/webpack.config.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/webpack/webpack.config.ts b/webpack/webpack.config.ts index 8cdb1738c..2b66dd7f7 100644 --- a/webpack/webpack.config.ts +++ b/webpack/webpack.config.ts @@ -120,8 +120,6 @@ module.exports = Object.keys(langs).map(lang => { modules: ['node_modules', './webpack/loaders'] }, cache: true, - devtool: 'eval', - stats: true, - profile: true + devtool: 'eval' }; });