-
- `mdx-bundler` version: 9.2.1
- `node` version: 16.19.0
- `npm` version: 8.19.3
What you did:
I am importing a component into my mdx blog post:
```
import Imper from "./Imper";
Hello!
…
-
- `mdx-bundler` version: 8.0.0
- `node` version: 16.6.1
- `npm` version: 8.1.4
**Relevant code or config**
```js
import { bundleMDX } from "mdx-bundler";
```
**What you did:**
I …
-
- MDX: we're using `mdx-bundler`
- Markdown: we're using `unified` with [these plugins](https://github.com/contentlayerdev/contentlayer/blob/cb6a0289554fe043c41d19ddd1ffec189e458757/packages/%40conte…
-
### Please describe the bug you are seeing
I want to upgrade my site from version 3.0.0 to the latest version 3.6.0
But I am getting an error
My site builds successfully on version 3.4.0
```
Erro…
-
Hi. I'm having a problem bundling images. (Sorry upfront if it's wrong posting in issues, couldn't find any community. Enable Discussions maybe?)
I'm using Next.js
When trying to copy the images a…
-
Hello, I got data on GraphCMS in markdown text and I'd like to convert it to MDX. Could you tell me how to do it? I've installed mdx-bundler.
`content: portfolioItem.portfolios[0].content, // …
-
- `mdx-bundler` version: 9.2.1
- `node` version: 16.14.2
- `npm` version: 7.17.0
Relevant code or config
The example code from .
What you did:
Installed `mdx-bundler` and `esbuild` a…
-
- `mdx-bundler` version: 7.0.0
- `node` version: 14.18.1
- `npm` version: 6.14.15
Relevant code or config
Here's how I handle an MDX file with `mdx-bundler`:
```js
import { bundleMdx }…
-
- [x] I have searched for similar issues in both open and closed tickets and cannot find a duplicate.
- [x] I have read the documentation and cannot find an answer.
**Describe the bug**
When the …
-
- `mdx-bundler` version: 8.0.1
- `node` version: 14.x
- `npm` version:
Relevant code or config
Code from the example in the README
```js
const mdxSource = `
---
title: Example Post
publ…