Remove some consoles

This commit is contained in:
radswiat 2017-04-12 23:43:48 +01:00
parent ba50fc1ef6
commit c45db96b59
1 changed files with 0 additions and 3 deletions

View File

@ -31,15 +31,12 @@ export default class InjectAsComment {
let asset = compilation.assets[basename];
switch (ext) {
case '.js' :
console.log(chalk.blue.bold('js'));
this.injectIntoJs(asset);
break;
case '.html' :
console.log(chalk.blue.bold('html'));
this.injectIntoHtml(asset);
break;
case '.css' :
console.log(chalk.blue.bold('css'));
this.injectIntoCss(asset);
break;
default: