rollback devtoll modification
This commit is contained in:
parent
77f9c5b2c5
commit
30a95ef63f
|
@ -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';
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue