diff --git a/.babelrc b/.babelrc index 01673122..3ef5e0ea 100644 --- a/.babelrc +++ b/.babelrc @@ -3,8 +3,7 @@ ["env", { "targets": { "node": "6.7.0" - }, - "debug": true + } }] ] } diff --git a/client/webpack.config.js b/client/webpack.config.js index cddb13a0..0f979288 100644 --- a/client/webpack.config.js +++ b/client/webpack.config.js @@ -58,5 +58,9 @@ module.exports = { process: false, __filename: false, __dirname: false - } + }, + plugins: [ + new webpack.NamedModulesPlugin(), + new webpack.EvalSourceMapDevToolPlugin() + ] };