Self Invoking Custom Import Loader(s) #1217
thescientist13
started this conversation in
Ideas
Replies: 1 comment
-
I think this may actually be solvable through #1220 🤞 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, in order to leverage custom import loading in NodeJS, it is required that user's have to manually invoke Node and then pass Greenwood's loader to it
https://www.greenwoodjs.io/docs/server-rendering/#custom-imports
It would be really nice if this didn't need to be the case, and that Greenwood would just handle it automatically. My only thought process here though is if there would be a one-size fits all solution for all runtimes though, and so would each runtime needs its own instructions anyway?
Beta Was this translation helpful? Give feedback.
All reactions