rsnext/test/integration/plugin-mdx-rs
Leah aeed1c770a
add support for globally providing mdx components to turbopack (#49818)
### What?

Adds support for `mdx-components` at the root/src directory.
This is a feature `next-mdx` already has:
https://github.com/vercel/next.js/tree/canary/packages/next-mdx#usage-1

Fixes WEB-1012

Depends on https://github.com/vercel/turbo/pull/4944

### Turbopack updates

* https://github.com/vercel/turbo/pull/4949 <!-- OJ Kwon -
refactor(turbopack): deprecate single react_refresh options -->
* https://github.com/vercel/turbo/pull/4944 <!-- Leah - add mdx
`providerImportSource` option -->
2023-05-16 00:45:08 +00:00
..
components add support for globally providing mdx components to turbopack (#49818) 2023-05-16 00:45:08 +00:00
pages add support for globally providing mdx components to turbopack (#49818) 2023-05-16 00:45:08 +00:00
test add support for globally providing mdx components to turbopack (#49818) 2023-05-16 00:45:08 +00:00
mdx-components.js add support for globally providing mdx components to turbopack (#49818) 2023-05-16 00:45:08 +00:00
next.config.js