Skip to content

Commit

Permalink
fix: bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jan 2, 2025
1 parent da42c11 commit 06f15d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/compat/build.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ export default defineBuildConfig({
externals: [
'hast',
'shiki',
/^@shikijs[\\/].*/,
],
})
1 change: 1 addition & 0 deletions vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export default defineConfig({
exclude: [
'**/vendor/**',
'**/node_modules/**',
'**/tm-grammars-themes/**',
],
server: {
deps: {
Expand Down

0 comments on commit 06f15d6

Please sign in to comment.