👻 Adding sourcemaps is as easy as 20 characters...

This commit is contained in:
Kent C. Dodds 2015-08-10 22:40:51 -06:00
parent d806032a42
commit 81e82d29bc

View File

@ -7,6 +7,7 @@ var config = {
path: here()
},
context: here('js'),
devtool: 'eval',
module: {
loaders: [
{test: /\.js$/, loader: 'babel', exclude: /node_modules/},