fix(client): optimizing highlightjs causes issues in prod

This commit is contained in:
Elian Doran 2025-05-20 12:12:31 +03:00
parent 02dd61fad6
commit aa298fa80b
No known key found for this signature in database

View File

@ -67,6 +67,11 @@ export default defineConfig(() => ({
} }
} }
}, },
optimizeDeps: {
exclude: [
"@triliumnext/highlightjs"
]
},
css: { css: {
preprocessorOptions: { preprocessorOptions: {
scss: { scss: {