mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-01-08 05:49:49 -06: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