Remove some consoles
This commit is contained in:
parent
ba50fc1ef6
commit
c45db96b59
1 changed files with 0 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue