From 8c282a1bb9ad4bb212cae3e8d7d44c02974b9947 Mon Sep 17 00:00:00 2001 From: xiaogang <825201136@qq.com> Date: Thu, 11 Jul 2024 11:57:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4readme.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 84d283e..d0561a8 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ vite打包配置文件,主要是一些插件 **custom.pages.js** 指定打包扫描的目录(默认 .src/pages),以及需要打包的模块(例:ycnc)和指定特定模块的特定页面(需要显示指定.vue后缀,例:'ycnc/index.vue') **build.js** -输出需要排除的模块以及模块的部分页面(这个很少用,必须清楚模块之间的业务情况再决定) +输出需要排除的模块以及模块的部分页面(这个很少用,必须清楚该模块各页面之间的业务情况再决定) **delete.js** 打包后针对static拷贝多余的文件,再删除的插件脚本(vite使用的,详见vite.config.js)