mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 19:05:59 +01:00
fix(client/vite): build errors due to top-level async
This commit is contained in:
@@ -19,6 +19,7 @@ export default defineConfig(() => ({
|
||||
// plugins: [ nxViteTsPaths() ],
|
||||
// },
|
||||
build: {
|
||||
target: "esnext",
|
||||
outDir: './dist',
|
||||
emptyOutDir: true,
|
||||
reportCompressedSize: true,
|
||||
|
||||
Reference in New Issue
Block a user