You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Good call. I tested on 1.7.2 and the issue remains:
$ npm list @remix-run/dev
co2-frontend@ /Users/jamesrosen/Code/fe
└── @remix-run/[email protected]
$ npm run dev
> dev
> remix dev
Loading environment variables from .env
Watching Remix app in test mode...
marked is possibly an ESM only package and should be bundled with "serverDependenciesToBundle in remix.config.js.
What version of Remix are you using?
1.6.5
Steps to Reproduce
Add
marked
to dependencies, runremix run
.Expected Behavior
No warning message, since marked publishes CJS and ESM in the same package:
markedjs/marked#2281 has some relevant history.
Actual Behavior
remix dev
emitsThe text was updated successfully, but these errors were encountered: