mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-09-19 02:10:04 +08:00
fix(client): optimizing highlightjs causes issues in prod
This commit is contained in:
parent
02dd61fad6
commit
aa298fa80b
@ -67,6 +67,11 @@ export default defineConfig(() => ({
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
optimizeDeps: {
|
||||||
|
exclude: [
|
||||||
|
"@triliumnext/highlightjs"
|
||||||
|
]
|
||||||
|
},
|
||||||
css: {
|
css: {
|
||||||
preprocessorOptions: {
|
preprocessorOptions: {
|
||||||
scss: {
|
scss: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user