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