mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
fix(client/vite): build errors due to top-level async
This commit is contained in:
parent
e23400bec1
commit
4d2ae6a34f
@ -19,6 +19,7 @@ export default defineConfig(() => ({
|
||||
// plugins: [ nxViteTsPaths() ],
|
||||
// },
|
||||
build: {
|
||||
target: "esnext",
|
||||
outDir: './dist',
|
||||
emptyOutDir: true,
|
||||
reportCompressedSize: true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user