-
`@types/source-map` can be removed as it looks like `source-map` bundles its own types now:
https://github.com/wooorm/xdm/blob/3f121ec2c4280832f4a9010e76622be60d015ba0/package.json#L42
I got a w…
-
- `mdx-bundler` version: 4.0.0
- `node` version: 14.16.1
- `yarn` version: 1.22.10
## Relevant code
```js
const result = await bundleMDX(markdownSource, {
cwd: path.join(process.cwd(),…
-
Hi ! Thanks for this neat tool !
I'd like to use it to do some transclusion of Mdx files, some of which I would like to manage as individual npm packages.
My understanding of the comment below i…
-
I'm trying to test this plugin locally but I'm getting an error.
## Current Behavior
```bash
node_modules/esbuild/lib/main.js:869:33: error: [plugin: esbuild-xdm] Cannot read property 'start' of…
-
Any ideas on how to type the components prop? I've got https://github.com/kentcdodds/mdx-bundler/blob/dcae7709a15f3cc3d423784cd997d7e05e1d19d0/src/client.ts#L6 and need to add the components prop to t…
-
- `mdx-bundler` version: 3.2.1
- `node` version: 14.13.1
- `npm` version: 6.14.8
Relevant code or config
```js
import { matter } from 'mdx-bundler'
import readingTime from 'reading-time'…
-
- `mdx-bundler` version: 3.4.1
- `node` version: 15.5
- `npm` version: 7.3.0
Relevant code or config
```js
import { bundleMDX } from "mdx-bundler";
import {getMDXComponent} from 'mdx-bundler…
-
- `mdx-bundler` version: ^3.4.0
- `node` version: v15.14.0
- `npm` version: 7.7.6
Relevant code or config
-
What you did: Use mdx-bundler to use react components to mdx within a Next apl…
-
Over at [mdx-bundler](https://github.com/kentcdodds/mdx-bundler) we use esbuild with `write: false` so that we can return the bundled mdx to users. With the latest release (3.3.1) users can now specif…
-
While testing the plugin locally, I tried replacing the CSS class name with Tailwind CSS classes but it didn't work.
For example:
https://github.com/timlrx/rehype-prism-plus/blob/7a6e7cd994947eda…