From e5a76f21abe65f1ff9158724a8a2154d774c336e Mon Sep 17 00:00:00 2001 From: yutent Date: Fri, 21 Apr 2023 10:59:12 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E8=B0=83=E8=AF=95=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/prod.js | 2 -- package.json | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/prod.js b/lib/prod.js index 0c99166..62eba4f 100644 --- a/lib/prod.js +++ b/lib/prod.js @@ -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) { // 入口文件, 特殊处理 diff --git a/package.json b/package.json index 87a0164..65d4af7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "fite", "type": "module", - "version": "0.6.0", + "version": "0.6.1", "bin": { "fite": "index.js" },