From 81e82d29bc9719ff074425d9dcde954cf1909649 Mon Sep 17 00:00:00 2001 From: "Kent C. Dodds" Date: Mon, 10 Aug 2015 22:40:51 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=BB=20Adding=20sourcemaps=20is=20as=20?= =?UTF-8?q?easy=20as=2020=20characters...?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webpack.config.js | 1 + 1 file changed, 1 insertion(+) 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/},