From 6eccf0a29448c532e7555351dd3e59c1a818af18 Mon Sep 17 00:00:00 2001 From: feige996 <1020102647@qq.com> Date: Wed, 4 Jun 2025 17:40:49 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=20ES6=20=E8=BD=AC=20?= =?UTF-8?q?ES5=20=E5=92=8C=E5=8E=8B=E7=BC=A9=E9=80=89=E9=A1=B9=E5=88=B0?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.config.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/manifest.config.ts b/manifest.config.ts index 3ab58c5..2a8b454 100644 --- a/manifest.config.ts +++ b/manifest.config.ts @@ -113,6 +113,9 @@ export default defineManifestConfig({ appid: VITE_WX_APPID, setting: { urlCheck: false, + // 是否启用 ES6 转 ES5 + es6: true, + minified: true, }, usingComponents: true, // __usePrivacyCheck__: true,