feat(infra): lazy load plugin modules (#3604)

This commit is contained in:
Alex Yang
2023-08-07 13:06:44 -04:00
committed by GitHub
parent d9f323874d
commit 6d01495bc7
3 changed files with 47 additions and 53 deletions

View File

@@ -144,7 +144,7 @@ await build({
build: {
watch: isWatch ? {} : undefined,
minify: false,
target: 'es2020',
target: 'esnext',
outDir: coreOutDir,
emptyOutDir: true,
lib: {