From 684662a475685787eb2aa09158bc78a4e80fbf85 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 17 Feb 2018 03:01:00 +0900 Subject: wip --- webpack/webpack.config.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'webpack/webpack.config.ts') diff --git a/webpack/webpack.config.ts b/webpack/webpack.config.ts index 2b66dd7f76..9a85e91896 100644 --- a/webpack/webpack.config.ts +++ b/webpack/webpack.config.ts @@ -119,7 +119,6 @@ module.exports = Object.keys(langs).map(lang => { resolveLoader: { modules: ['node_modules', './webpack/loaders'] }, - cache: true, - devtool: 'eval' + cache: true }; }); -- cgit v1.2.3-freya