beyonk-group/now-sapper-demo

Now Deployment Using Custom Module

Closed this issue · 1 comments

I have a custom module in node_modules, underneath my src folder like https://github.com/sveltejs/realworld/tree/master/sr, in my case its a svelte transition in a javascript file called crossfade, but now deployment fails that it can find the custom module 'crossfade'

@stunjiturner I think your repo was deleted, as I can't see it.

It's possible the now-sapper builder doesn't send modules under src/node_modules correctly - have you checked the deployed code bundle to see if your module is there?