From 744b6808c487f89f72545a5316f7028f61080329 Mon Sep 17 00:00:00 2001 From: dailer Date: Mon, 18 Sep 2023 11:34:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A0JRIA=20=E6=89=93=E5=8C=85=E5=A4=B1?= =?UTF-8?q?=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/fineui/webpack/attachments.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/fineui/webpack/attachments.js b/packages/fineui/webpack/attachments.js index d4c62fa4a..aa28409ea 100644 --- a/packages/fineui/webpack/attachments.js +++ b/packages/fineui/webpack/attachments.js @@ -40,7 +40,7 @@ const fineuiForWorker = [].concat( ); const fineuiWithout_Jquery_Polyfill = [].concat( - basicAttachmentMap.js_withoutJquery, + basicAttachmentMap.js_without_Jquery_polyfill, basicAttachmentMap.ts );