From 1e858b9d123dabc6b5a86041e9753ef0325cc2ab Mon Sep 17 00:00:00 2001 From: shizhong <124974919@qq.com> Date: Mon, 12 Aug 2024 12:00:06 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E6=89=93=E5=8C=85?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7af6267f..a4090200 100644 --- a/package.json +++ b/package.json @@ -125,7 +125,7 @@ "vite-plugin-progress": "^0.0.7", "vite-plugin-purge-icons": "^0.10.0", "vite-plugin-svg-icons": "^2.0.1", - "vite-plugin-top-level-await": "1.3.1", + "vite-plugin-top-level-await": "^1.3.1", "vue-eslint-parser": "^9.3.2", "vue-tsc": "^1.8.27" }, From d318a126e1929aec80829b11972a8291078df6e1 Mon Sep 17 00:00:00 2001 From: shizhong <124974919@qq.com> Date: Wed, 14 Aug 2024 14:53:03 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E6=89=93=E5=8C=85?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index a4090200..e87603fa 100644 --- a/package.json +++ b/package.json @@ -125,10 +125,15 @@ "vite-plugin-progress": "^0.0.7", "vite-plugin-purge-icons": "^0.10.0", "vite-plugin-svg-icons": "^2.0.1", - "vite-plugin-top-level-await": "^1.3.1", + "vite-plugin-top-level-await": "1.3.1", "vue-eslint-parser": "^9.3.2", "vue-tsc": "^1.8.27" }, + "overrides": { + "vite-plugin-top-level-await": { + "@swc/core": "1.3.10" + } + }, "license": "MIT", "repository": { "type": "git",