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
@keul you can also set serverModuleFormat to esm, which will be the default starting Remix v2, but then you will need to add to serverDependenciesToBundle every CJS dependency.
My project is not in esm, would that affect this? The types aren't being detected.
I.e. I have a basic remix project, I use the
import
syntax but I don't havetype: "module"
in mypackage.json
.Node v20.5.1
The text was updated successfully, but these errors were encountered: