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];
|
let asset = compilation.assets[basename];
|
||||||
switch (ext) {
|
switch (ext) {
|
||||||
case '.js' :
|
case '.js' :
|
||||||
console.log(chalk.blue.bold('js'));
|
|
||||||
this.injectIntoJs(asset);
|
this.injectIntoJs(asset);
|
||||||
break;
|
break;
|
||||||
case '.html' :
|
case '.html' :
|
||||||
console.log(chalk.blue.bold('html'));
|
|
||||||
this.injectIntoHtml(asset);
|
this.injectIntoHtml(asset);
|
||||||
break;
|
break;
|
||||||
case '.css' :
|
case '.css' :
|
||||||
console.log(chalk.blue.bold('css'));
|
|
||||||
this.injectIntoCss(asset);
|
this.injectIntoCss(asset);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Reference in a new issue