fix(form): fix updateSchema error #100

This commit is contained in:
vben
2020-11-28 14:27:26 +08:00
parent 81baf1d5c4
commit 4982786601
9 changed files with 114 additions and 91 deletions

View File

@@ -89,7 +89,7 @@ const viteConfig: UserConfig = {
* Transpile target for esbuild.
* @default 'es2020'
*/
esbuildTarget: 'es2020',
esbuildTarget: 'es2019',
/**
* Whether to log asset info to console
* @default false