From 28a88fde7b53fbab2b07e6e0daf1a6f03a238aa3 Mon Sep 17 00:00:00 2001 From: luckyadam Date: Tue, 24 Dec 2019 15:49:22 +0800 Subject: [PATCH] =?UTF-8?q?fix(mini-runner):=20=E9=99=8D=E4=BD=8E=20babel-?= =?UTF-8?q?plugin-preval=20=E7=89=88=E6=9C=AC=E4=BB=A5=E4=BF=9D=E8=AF=81?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=20async=20await=20=E6=97=B6=E4=B8=8D?= =?UTF-8?q?=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/taro-mini-runner/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/taro-mini-runner/package.json b/packages/taro-mini-runner/package.json index fc4990b8d932..150ba27fcae5 100644 --- a/packages/taro-mini-runner/package.json +++ b/packages/taro-mini-runner/package.json @@ -39,7 +39,7 @@ "babel-generator": "^6.26.1", "babel-loader": "^8.0.6", "babel-plugin-danger-remove-unused-import": "^1.1.2", - "babel-plugin-preval": "1.6.4", + "babel-plugin-preval": "1.6.2", "babel-traverse": "^6.26.0", "babel-types": "^6.26.0", "better-babel-generator": "^6.26.1",