Add source maps to Webpack config

This commit is contained in:
Christopher Willis-Ford 2017-01-10 14:39:47 -08:00
parent 71ad4a8a80
commit c2ca8d2a84
2 changed files with 2 additions and 0 deletions

View file

@ -13,6 +13,7 @@ const base = {
colors: true
}
},
devtool: 'source-map',
module: {
loaders: [
{