移除调试代码

pull/1/head
yutent 2023-04-21 10:59:12 +08:00
parent 5674634471
commit e5a76f21ab
2 changed files with 1 additions and 3 deletions

View File

@ -24,8 +24,6 @@ export default function compile(root = '', dist = '', conf = {}) {
}))
.filter(it => fs.isfile(it.path) && it.ext !== '')
console.log(list)
let compileFiles = function (currentPage, page, files) {
for (let it of files) {
// 入口文件, 特殊处理

View File

@ -1,7 +1,7 @@
{
"name": "fite",
"type": "module",
"version": "0.6.0",
"version": "0.6.1",
"bin": {
"fite": "index.js"
},