From 96593dac5268c37d6964236975b15efbec5bdb33 Mon Sep 17 00:00:00 2001 From: duxz Date: Mon, 23 Sep 2024 14:50:56 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=A4=84=E7=90=86vite-plugin-top-level-?= =?UTF-8?q?await=E6=89=93=E5=8C=85=E6=8A=A5=E9=94=99=E9=97=AE=E9=A2=98=20E?= =?UTF-8?q?rror:=20[vite-plugin-top-level-await]=20missing=20field=20`ctxt?= =?UTF-8?q?`?= 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 8da17220..4ceb4b91 100644 --- a/package.json +++ b/package.json @@ -130,7 +130,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.4.4", "vue-eslint-parser": "^9.3.2", "vue-tsc": "^1.8.27" },