From b0b8ed621ac838517aa03149db3058fa8af2d6d6 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Mon, 13 Mar 2023 20:38:17 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20=E7=A7=BB=E5=8A=A8=E7=AB=AF=E5=89=8D?= =?UTF-8?q?=E7=AB=AF=E7=BC=96=E8=AF=91=E7=9B=AE=E6=A0=87=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=E4=B8=BA=20es6=20=E4=BB=A5=E5=85=BC=E5=AE=B9=E4=B8=80=E4=BA=9B?= =?UTF-8?q?=E8=80=81=E7=9A=84=20WebView?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/webpack.mobile.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/webpack.mobile.js b/app/webpack.mobile.js index c18d71ed2..80f1d408f 100644 --- a/app/webpack.mobile.js +++ b/app/webpack.mobile.js @@ -49,6 +49,9 @@ module.exports = (env, argv) => { use: [ { loader: "esbuild-loader", + options: { + target: "es6", + } }, { loader: "ifdef-loader",