mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 04:14:21 +08:00
chore(): add remove debug statements logs
This commit is contained in:
@ -74,6 +74,7 @@ export function copySourceToDest(destinationPath: string, excludeSpecs: boolean,
|
|||||||
}
|
}
|
||||||
let stream = src(glob);
|
let stream = src(glob);
|
||||||
if (stripDebug) {
|
if (stripDebug) {
|
||||||
|
console.log('Removing debug statements ', destinationPath);
|
||||||
stream = stream.pipe(removeDebugStatements());
|
stream = stream.pipe(removeDebugStatements());
|
||||||
}
|
}
|
||||||
return stream.pipe(dest(destinationPath));
|
return stream.pipe(dest(destinationPath));
|
||||||
|
Reference in New Issue
Block a user