-d now uses eval-source-map instead of source-map

#729
This commit is contained in:
Tobias Koppers 2015-03-05 21:29:04 +01:00
parent e5ba04c56b
commit a4e3b641bc
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ module.exports = function(optimist, argv, convertOptions) {
argv.debug = true;
argv["output-pathinfo"] = true;
if(!argv.devtool) {
argv.devtool = "sourcemap";
argv.devtool = "eval-source-map";
}
}
if(argv.p) {