From ad9968f29999e5c54cb329470be07c060bd4a333 Mon Sep 17 00:00:00 2001 From: HynoR <20227709+HynoR@users.noreply.github.com> Date: Sun, 15 Feb 2026 12:10:15 +0800 Subject: [PATCH 1/2] chore: change esbuild to native version --- frontend/package.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 2a01112107a3..1c889b1eb3b0 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -98,9 +98,6 @@ "@vue-office/docx", "@vue-office/excel" ], - "overrides": { - "esbuild": "npm:esbuild-wasm@latest" - }, "config": { "commitizen": { "path": "node_modules/cz-git" From 6df97dd7f9e131922d62916a1c88b5f880af1cd5 Mon Sep 17 00:00:00 2001 From: HynoR <20227709+HynoR@users.noreply.github.com> Date: Sun, 15 Feb 2026 17:31:38 +0800 Subject: [PATCH 2/2] chore: add @parcel/watcher and esbuild to trustedDependencies --- frontend/package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/package.json b/frontend/package.json index 1c889b1eb3b0..a96b059b7ae4 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -95,6 +95,8 @@ "vue-tsc": "^0.29.8" }, "trustedDependencies": [ + "@parcel/watcher", + "esbuild", "@vue-office/docx", "@vue-office/excel" ],