mirror of
https://github.com/zadam/trilium.git
synced 2026-01-18 04:24:23 +01:00
fix(client/lightweight): TypeScript not processed
This commit is contained in:
parent
25dc9201bf
commit
18a3d9d71a
@ -57,7 +57,8 @@ export default defineConfig(() => ({
|
||||
base: "",
|
||||
plugins,
|
||||
optimizeDeps: {
|
||||
exclude: ['@sqlite.org/sqlite-wasm']
|
||||
exclude: ['@sqlite.org/sqlite-wasm'],
|
||||
include: ['@triliumnext/core']
|
||||
},
|
||||
worker: {
|
||||
format: 'es'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user