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