Support import native (.node
) modules.
#2560
nicksrandall
started this conversation in
Proposals
Replies: 0 comments
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.
-
Some node modules for performance reasons are compiled to native node plugins (
.node
) files. It would be nice if Remix allowed users to import these modules in their app.See evanw/esbuild#1051
A great example use-case is the
sharp
library for dynamic image resizing and conversion.Beta Was this translation helpful? Give feedback.
All reactions