Providing external dependencies to Worker Loader modules
Is there a way to pass through external dependencies (from
node_modules
) to a dynamic Worker's modules
?
for example:
3 Replies
I would guess you would need to bundle it in?
See the previous answer here: https://canary.discord.com/channels/595317990191398933/1421508601524260894/1421959845019385886
TLDR: yes you need to bundle yourself if you want it
gotcha, thanks!