From 3fd1f8db7870b91270d5e5c491fcf9eb3b4d6aea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=98=89=E6=B6=B5?= Date: Sat, 21 Dec 2019 09:00:13 +0800 Subject: [PATCH] feat(cli): update build target --- packages/vant-cli/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/vant-cli/tsconfig.json b/packages/vant-cli/tsconfig.json index 4c3784cc4..1d46c082a 100644 --- a/packages/vant-cli/tsconfig.json +++ b/packages/vant-cli/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "target": "es6", + "target": "esnext", "outDir": "./lib", "module": "commonjs", "strict": true,