From 04513ee4097cfb2dbe440f3f81ade64eda1d5e44 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Fri, 6 Sep 2024 15:19:15 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=85=B3=E9=97=AD=E9=A2=84=E5=8A=A0?= =?UTF-8?q?=E8=BD=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/config/distributed.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/core/core-frontend/config/distributed.ts b/core/core-frontend/config/distributed.ts index f915965e70..4637368b08 100644 --- a/core/core-frontend/config/distributed.ts +++ b/core/core-frontend/config/distributed.ts @@ -26,6 +26,11 @@ export default { } } }, + modulePreload: { + resolveDependencies() { + return [] + } + }, sourcemap: false } }