Replies: 1 comment 1 reply
-
@silvenon thanks for the heads up! Do you happen to know the PR or commit associated with that fix? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, @chaance, one fix that went under the radar in 1.5.0 that I think should be mentioned in the release notes is that importing ESM-only dependencies now works fine without having to do any dynamic import acrobatics! 🎉 Not only that, but Remix tells you about every single dependency during development mode that should be added to
serverDependenciesToBundle
, I don't recall that working correctly before. 🤔I'm sure that for many this is additional cause for big celebration, I'm just not sure what's the story behind that.
Beta Was this translation helpful? Give feedback.
All reactions