From 17639a7aef4e12c8aa0c33a0802e7d3f8c7c9381 Mon Sep 17 00:00:00 2001 From: zsmj Date: Thu, 11 May 2023 11:04:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A0JIRA=20=E5=A4=9A=E6=8F=90=E4=BA=A4?= =?UTF-8?q?=E4=BA=86?= 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 ae6c8f070..cbb87e3f1 100644 --- a/packages/fineui/webpack/attachments.js +++ b/packages/fineui/webpack/attachments.js @@ -5,7 +5,7 @@ const lodashJs = "src/core/1.lodash.js"; const jqueryPolyfill = "./src/core/platform/web/jquery/jquery.polyfill.js"; const configJS = "./src/core/platform/web/config.js"; -const runtimePolyfill = ["core-js/stable"]; +const runtimePolyfill = []; const basicAttachmentMap = { polyfill: sync(["src/core/0.foundation.js", "src/polyfill/**/*.js"]).concat(runtimePolyfill),