From 03a10f569c8358c9f35fd76b2e89ea7c0373d91e Mon Sep 17 00:00:00 2001 From: hooray <304327508@qq.com> Date: Mon, 26 Sep 2022 00:18:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=BC=94=E7=A4=BA=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 7ea58d8..b2f5341 100644 --- a/.env.example +++ b/.env.example @@ -10,7 +10,7 @@ VITE_APP_API_BASEURL = / VITE_APP_DEBUG_TOOL = # 是否在打包时启用 Mock -VITE_BUILD_MOCK = false +VITE_BUILD_MOCK = true # 是否在打包时生成 sourcemap VITE_BUILD_SOURCEMAP = false # 是否在打包时开启压缩,支持 gzip 和 brotli