diff --git a/webpack.config.js b/webpack.config.js index 38404f7112..68091d74e5 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -1,7 +1,7 @@ var path = require('path'); module.exports = { - devtool: 'sourcemap', + devtool: 'inline-source-map', entry: './client', output: { filename: 'bundle.js',