mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
15 lines
485 B
Markdown
15 lines
485 B
Markdown
|
---
|
||
|
'astro': major
|
||
|
---
|
||
|
|
||
|
Removes internal JSX handling and moves the responsibility to the `@astrojs/mdx` package directly. The following exports are also now removed:
|
||
|
|
||
|
- `astro/jsx/babel.js`
|
||
|
- `astro/jsx/component.js`
|
||
|
- `astro/jsx/index.js`
|
||
|
- `astro/jsx/renderer.js`
|
||
|
- `astro/jsx/server.js`
|
||
|
- `astro/jsx/transform-options.js`
|
||
|
|
||
|
If your project includes `.mdx` files, you must upgrade `@astrojs/mdx` to the latest version so that it doesn't rely on these entrypoints to handle your JSX.
|