From 34ae3cd7045cf4ca43e6d87333f3768a2d80fb5d Mon Sep 17 00:00:00 2001 From: Dick Choi Date: Thu, 8 Sep 2016 16:32:17 +0900 Subject: [PATCH] use cheap-module-eval-source-map on developing --- webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack.config.js b/webpack.config.js index 7a1768f1..dfde7e85 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -24,7 +24,7 @@ var config = Object.assign({}, skeleton, { publicPath: 'http://localhost:8080/assets/' }, debug: true, - devtool: 'eval-source-map' + devtool: 'cheap-module-eval-source-map' }) module.exports = config