From 107ac9004d62e066e572ba5ae4557ed69c1ea006 Mon Sep 17 00:00:00 2001 From: Cople Date: Sun, 5 Apr 2020 12:23:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88=E5=9B=BA=E5=AE=9A=E5=BE=AE?= =?UTF-8?q?=E4=BF=A1=E5=B0=8F=E7=A8=8B=E5=BA=8F=E8=B0=83=E8=AF=95=E5=9F=BA?= =?UTF-8?q?=E7=A1=80=E5=BA=93=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../lib/platforms/mp-weixin/project.config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/webpack-uni-pages-loader/lib/platforms/mp-weixin/project.config.json b/packages/webpack-uni-pages-loader/lib/platforms/mp-weixin/project.config.json index dc7cae818..cf89e6fdb 100644 --- a/packages/webpack-uni-pages-loader/lib/platforms/mp-weixin/project.config.json +++ b/packages/webpack-uni-pages-loader/lib/platforms/mp-weixin/project.config.json @@ -11,7 +11,7 @@ "newFeature": true }, "compileType": "miniprogram", - "libVersion": "2.9.2", + "libVersion": "", "appid": "touristappid", "projectname": "", "condition": { @@ -32,4 +32,4 @@ "list": [] } } -} +} -- GitLab