From 92a0c7acbce149fd8c079061c59960f3b2a5c868 Mon Sep 17 00:00:00 2001 From: GoEdgeLab Date: Tue, 9 Nov 2021 14:19:42 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=96=E8=AF=91=E6=97=B6=E5=88=A0=E9=99=A4.j?= =?UTF-8?q?s.map=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build/build.sh b/build/build.sh index 880cea97..70a090b5 100755 --- a/build/build.sh +++ b/build/build.sh @@ -67,6 +67,7 @@ function build() { find $DIST -name ".gitignore" -delete find $DIST -name "*.less" -delete find $DIST -name "*.css.map" -delete + find $DIST -name "*.js.map" -delete # zip echo "zip files ..."