-
First of all, this might not be the right repo for this error report - apologies if I've gotten it wrong, there's a lot of stuff going in in the code 😅
I'm running mdx-bundler on Next.js, and I'm …
-
When using `pnpm` the `esbuild` binary cannot be located, i.e.
```
wait - compiling...
event - compiled successfully
node:events:346
throw er; // Unhandled 'error' event
^
Erro…
-
Is it possible to use this library with Gatsby? I can't seem to import `xdm` in Gatsby.
- The following `gatsby-node.js` file:
```js
(async function() {
let xdm = await import("xdm");
…
-
- `mdx-bundler` version: 3.2.0
- `node` version: 14.16
- `npm` version: 6.14.11
What you did: Upgraded mdx-bundler on a remix.run project
What happened:
```
Building Remix app for prod…
-
I have written a plugin to get file contents from `absoluteFiles`. The aim here is to remove the need for the passed source code to have to be written to disk before I can bundle it.
When ever I re…
-
- `mdx-bundler` version: 1.1.3
- `node` version: 14.15.4
- `npm` version: 6.14.10
- `next` version: 10.0.5
Relevant code or config
[prepare-mdx.ts](https://github.com/Arcath/arcath.net-ne…
-
Thanks for making this awesome `npm` package! :smile:
- `mdx-bundler` version: 4.0.0
- `node` version: 14.16.1
- `npm` version: 7.12.1
Problem description:
The `bundleMDX` function see…
-
Hello, it says it needs Python....but no mention of python needed in the docs...
My environment is node:alpine docker container
/app/front # npm i --save mdx-bundler
npm WARN deprecated @types/so…
-
# Update 03/19/19
We have started a Roadmap/Feature requests page thanks to the awesome folks at Canny.io. Have a go at it on our WIP v2: https://v2.docusaurus.io/feedback/
---
These are some…
-
First issue! Do I get a prize?
- `mdx-bundler` version: 1.0.1
- `node` version: 12
- `yarn` version: 1.22.1
Relevant code or config
```tsx
import React from "react";
import type {
MetaFu…