Skip to content

Commit 5e6f9f3

Browse files
[autofix.ci] apply automated fixes
1 parent 2987c0c commit 5e6f9f3

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

nuxt.config.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,7 @@ export default defineNuxtConfig({
7878
'@shikijs/core',
7979
],
8080
// Don't bundle @deno/doc - it needs to load WASM from node_modules at runtime
81-
external: [
82-
'@deno/doc',
83-
'@jsr/deno__doc',
84-
'@jsr/deno__graph',
85-
'@jsr/deno__cache-dir',
86-
],
81+
external: ['@deno/doc', '@jsr/deno__doc', '@jsr/deno__graph', '@jsr/deno__cache-dir'],
8782
},
8883
},
8984

0 commit comments

Comments
 (0)