mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-29 11:02:28 +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() ],
|
// plugins: [ nxViteTsPaths() ],
|
||||||
// },
|
// },
|
||||||
build: {
|
build: {
|
||||||
|
target: "esnext",
|
||||||
outDir: './dist',
|
outDir: './dist',
|
||||||
emptyOutDir: true,
|
emptyOutDir: true,
|
||||||
reportCompressedSize: true,
|
reportCompressedSize: true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user