rollback devtoll modification

This commit is contained in:
Danny Skubak 2018-07-05 19:15:45 -04:00
parent 77f9c5b2c5
commit 30a95ef63f
1 changed files with 1 additions and 1 deletions

View File

@ -286,7 +286,7 @@ module.exports = function(opts = {}) {
if (process.env.VSCODE_DEBUG) {
devtool = 'cheap-module-source-map';
} else {
devtool = 'cheap-source-map';
devtool = 'cheap-module-eval-source-map';
}
}