Closed rbusquet closed 3 years ago
Whoops! Looks like when babel compiles it, it removes the .cjs
and renames it to .js
: https://unpkg.com/browse/mdx-bundler@3.2.0/dist/
Bummer. I think this is such a one-off thing that we can just hack this to make it work. We're doing some wonky things in this repo thanks to the native ESM mix of our deps and current lack of support from tools.
Luckily, I see this project as mostly "done" so I'm not worried about the long-term maintainability of these workarounds 😅
Here we go: #23 That should fix it.
:tada: This issue has been resolved in version 3.2.1 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
mdx-bundler
version: 3.2.0node
version: 14.16npm
version: 6.14.11What you did: Upgraded mdx-bundler on a remix.run project
What happened:
Problem description: Something might be wrong in the implementation of #21
Suggested solution: Unfortunately I don't have a lot of background to suggest a solution. Thought about reporting given that the error seems related to #21 which was just released.