From 10f6957afa5fa1fe59fb145814ef1a5a08beac6a Mon Sep 17 00:00:00 2001 From: nyqykk <1327719263@qq.com> Date: Thu, 19 Sep 2024 14:41:05 +0800 Subject: [PATCH] chore: add data prefetch into fixed --- .changeset/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.changeset/config.json b/.changeset/config.json index 1dff8497bd..40708ccdfa 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -20,7 +20,8 @@ "@module-federation/bridge-shared", "@module-federation/bridge-react-webpack-plugin", "@module-federation/modern-js", - "@module-federation/retry-plugin" + "@module-federation/retry-plugin", + "@module-federation/data-prefetch" ] ], "ignorePatterns": ["^alpha|^beta"],