use inline source maps

This commit is contained in:
Berkeley Martinez
2015-07-21 21:12:34 -07:00
parent c3ce578a26
commit 81d1c25639

View File

@ -1,7 +1,7 @@
var path = require('path'); var path = require('path');
module.exports = { module.exports = {
devtool: 'sourcemap', devtool: 'inline-source-map',
entry: './client', entry: './client',
output: { output: {
filename: 'bundle.js', filename: 'bundle.js',