From e8344c1d28af38c3672c1fd9a0cc4e2e39fefd51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8F=B2=E9=B8=BD?= <1020103647@qq.com> Date: Thu, 1 Feb 2024 16:29:36 +0800 Subject: [PATCH] chore: fix error commend --- vite.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vite.config.ts b/vite.config.ts index 9dc3e67..2f51958 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -35,7 +35,7 @@ export default ({ command, mode }) => { // mode: 区分生产环境还是开发环境 console.log(command, mode) // pnpm dev:h5 时得到 => serve development - // pnpm build:h5 时得到 => build development + // pnpm build:h5 时得到 => build production // pnpm dev:mp-weixin 时得到 => build development (注意区别,command为build) // pnpm build:mp-weixin 时得到 => build production