perf(ui): slim git diff syntax highlighting

This commit is contained in:
Pascal André
2026-03-14 20:29:49 +01:00
committed by Shantur Rathore
parent d0d5c309e6
commit 1abcc8ee3c
2 changed files with 201 additions and 0 deletions

View File

@@ -116,6 +116,7 @@ export default defineConfig({
resolve: {
alias: {
"@": resolve(__dirname, "./src"),
"@git-diff-view/lowlight": resolve(__dirname, "./src/lib/git-diff-lowlight.ts"),
},
},
optimizeDeps: {