Lee Morgan 5 дней назад
Родитель
Сommit
3b70f1d1fb
1 измененных файлов с 0 добавлено и 2 удалено
  1. 0 2
      parseComponent.js

+ 0 - 2
parseComponent.js

@@ -110,8 +110,6 @@ const createBundle = async (data)=>{
 }
 
 const mergeFiles = (comps)=>{
-    console.log(comps);
-    console.log();
     let cssIndex = comps.html.indexOf("</head>");
     cssIndex = cssIndex < 0 ? 0 : cssIndex;
     comps.css = comps.css ? `<style>${comps.css}</style>` : "";