From e3d9fc248e36e5c33b607df21f80a197955c233f Mon Sep 17 00:00:00 2001 From: Guyi Date: Mon, 23 Aug 2021 10:14:00 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"=E6=97=A0jira=E4=BB=BB=E5=8A=A1?= =?UTF-8?q?=EF=BC=8CfineuiWithoutJqueryAndPolyfillJs=E4=B8=AD=E5=8A=A0?= =?UTF-8?q?=E4=B8=8Ah.js"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 3de2ffe3cc01c8f3e2e6c0b083f7f617e3746801. --- webpack/attachments.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/webpack/attachments.js b/webpack/attachments.js index 0515a809d..b141b9bf4 100644 --- a/webpack/attachments.js +++ b/webpack/attachments.js @@ -182,8 +182,7 @@ const fineuiIE = [].concat( const fineuiWithoutJqueryAndPolyfillJs = [].concat( sync([ - "src/core/0.foundation.js", - "src/core/h.js", + "src/core/foundation.js", lodashJs, "src/core/**/*.js", "src/data/**/*.js",