Open nimaa77 opened 1 year ago
Did you fix it? I got same issue.
I still have this issue with the same configuration
ran into this as well, it seems like a node issue potentially I opened an issue here: https://github.com/remarkjs/react-markdown/issues/766 but the remarkjs team thinks its a remix issue, though I'm not so sure.
What version of Remix are you using?
1.11.1
Are all your remix dependencies & dev-dependencies using the same version?
Steps to Reproduce
in
remix.config.js
file importgetDependenciesToBundle
package and pass an ESM package to itrun build script
Expected Behavior
to bundle all ESM dependencies and of the passed in dependency the app and start the app without any errors
Actual Behavior
Online Playground: https://stackblitz.com/edit/node-cytlj4?file=app/routes/index.tsx
during the build these get printed on the screen:
and when start the app using dev command