mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 20:38:52 +00:00
feat(infra): lazy load plugin modules (#3604)
This commit is contained in:
@@ -144,7 +144,7 @@ await build({
|
||||
build: {
|
||||
watch: isWatch ? {} : undefined,
|
||||
minify: false,
|
||||
target: 'es2020',
|
||||
target: 'esnext',
|
||||
outDir: coreOutDir,
|
||||
emptyOutDir: true,
|
||||
lib: {
|
||||
|
||||
Reference in New Issue
Block a user