mirror of
https://github.com/withastro/astro.git
synced 2025-01-13 22:11:20 -05:00
f882bc1636
* feat: json collection POC * wip: add test json file * refactor: rework content flag transforms * refactor: simplify propagatedAsset check * chore: remove JSON playground code * chore: respect build sourcemap option * deps: magic-string, source-map * chore: formatting * fix: add sourcemaps to MDX plugin * chore: changeset * deps: remove magic-string from mdx * chore: remove unecessary MagicString
6 lines
147 B
Markdown
6 lines
147 B
Markdown
---
|
|
'astro': patch
|
|
'@astrojs/mdx': patch
|
|
---
|
|
|
|
Fix sourcemap warnings when using Content Collections and MDX with the `vite.build.sourcemap` option
|