Skip to content

Commit

Permalink
fix: add markdown-remark to external deps!
Browse files Browse the repository at this point in the history
  • Loading branch information
bholmesdev committed May 26, 2022
1 parent 7ca6d9b commit ec01502
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/astro/src/core/create-vite.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ const ALWAYS_EXTERNAL = new Set([
...builtinModules.map((name) => `node:${name}`),
'@sveltejs/vite-plugin-svelte',
'micromark-util-events-to-acorn',
'@astrojs/markdown-remark',
'serialize-javascript',
'node-fetch',
'prismjs',
Expand Down

0 comments on commit ec01502

Please sign in to comment.