Fix: markdown imports failing (#3444)
* fix: revert JSX expression hack (temporary!) * chore: changeset * fix: skip stray JSX expression test * Revert "fix: skip stray JSX expression test" This reverts commitfd3042d003
. * Revert "fix: revert JSX expression hack (temporary!)" This reverts commitb78883fca1
. * fix: add markdown-remark to external deps!
This commit is contained in:
parent
f200ddadbc
commit
51db2b9b4e
2 changed files with 7 additions and 0 deletions
6
.changeset/seven-ghosts-confess.md
Normal file
6
.changeset/seven-ghosts-confess.md
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
---
|
||||||
|
'astro': patch
|
||||||
|
'@astrojs/markdown-remark': patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Fix: markdown imports failing due to internal dependency issue
|
|
@ -21,6 +21,7 @@ const ALWAYS_EXTERNAL = new Set([
|
||||||
...builtinModules.map((name) => `node:${name}`),
|
...builtinModules.map((name) => `node:${name}`),
|
||||||
'@sveltejs/vite-plugin-svelte',
|
'@sveltejs/vite-plugin-svelte',
|
||||||
'micromark-util-events-to-acorn',
|
'micromark-util-events-to-acorn',
|
||||||
|
'@astrojs/markdown-remark',
|
||||||
'serialize-javascript',
|
'serialize-javascript',
|
||||||
'node-fetch',
|
'node-fetch',
|
||||||
'prismjs',
|
'prismjs',
|
||||||
|
|
Loading…
Reference in a new issue