Add source map config

This commit is contained in:
afc163 2015-05-25 17:28:22 +08:00
parent 31ef99c81d
commit 01e582d9d5

View File

@ -25,4 +25,6 @@ module.exports = {
{test: /\.css/, loader: 'style!css'}
]
},
devtool: "#source-map"
};