From cea1a3368151267ba1b08f02977b77e2a0483233 Mon Sep 17 00:00:00 2001 From: guy Date: Thu, 6 Jan 2022 00:43:39 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=89=93=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webpack/attachments.js | 1 + 1 file changed, 1 insertion(+) diff --git a/webpack/attachments.js b/webpack/attachments.js index 74c998484..2bf08a7e6 100644 --- a/webpack/attachments.js +++ b/webpack/attachments.js @@ -42,6 +42,7 @@ const basicAttachmentMap = { "src/router/**/*.js", ]), core_without_platform: sync([ + "src/core/0.foundation.js", lodashJs, "src/core/**/*.js", "src/data/**/*.js",