diff --git a/webpack.config.js b/webpack.config.js index 9bd08eb..365e4f3 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -7,6 +7,7 @@ var config = { path: here() }, context: here('js'), + devtool: 'eval', module: { loaders: [ {test: /\.js$/, loader: 'babel', exclude: /node_modules/},