@@ -7,7 +7,7 @@ module.exports = {
publicPath: './build/'
},
debug: true,
- devtool: 'inline-source-map',
+ devtool: 'source-map',
module: {
loaders: [
{ test: /\.css$/, loader: 'style-loader!css-loader' },
@@ -12,7 +12,7 @@ module.exports = {
bail: true,
@@ -17,7 +17,7 @@ module.exports = {
@@ -10,7 +10,7 @@ module.exports = {
fs: "empty"