mirror of https://github.com/webpack/webpack.git
removed debugging line
This commit is contained in:
parent
1f74f58273
commit
0f3a9cd199
|
|
@ -60,8 +60,6 @@ SourceMapDevToolPlugin.prototype.apply = function(compiler) {
|
||||||
var sourceMap = asset.map(options);
|
var sourceMap = asset.map(options);
|
||||||
var source = asset.source();
|
var source = asset.source();
|
||||||
}
|
}
|
||||||
if(!sourceMap.sources)
|
|
||||||
console.log(asset, sourceMap, asset.constructor);
|
|
||||||
if(sourceMap) {
|
if(sourceMap) {
|
||||||
return {
|
return {
|
||||||
chunk: chunk,
|
chunk: chunk,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue