Skip to content

Commit

Permalink
fix: add github-slugger to ALWAYS_EXTERNAL
Browse files Browse the repository at this point in the history
  • Loading branch information
bholmesdev committed Jul 12, 2022
1 parent 0751be8 commit bc14afb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/astro/src/core/create-vite.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ const ALWAYS_EXTERNAL = new Set([
'@sveltejs/vite-plugin-svelte',
'micromark-util-events-to-acorn',
'@astrojs/markdown-remark',
// in-lined for markdown modules
'github-slugger',
'node-fetch',
'prismjs',
'shiki',
Expand Down

0 comments on commit bc14afb

Please sign in to comment.