You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for this. Found via google search -> your blog. Would be nice to have a version based on the Rollup Sapper template as that seems better supported by the Svelte folks right now.
The text was updated successfully, but these errors were encountered:
I also started with the rollup template and then worked in some of the ideas from this repo. If you've already got a project started with rollup, there's absolutely no difference between the rollup.config.js in this repo and the one in the sapper starter. So getting the lamba stuff to work is just a matter of making the same changes to the rollup version:
Install cross-env and netlify-lambda as dependencies
Install http-proxy-middleware and npm-run-all as devDependencies
Thanks for this. Found via google search -> your blog. Would be nice to have a version based on the Rollup Sapper template as that seems better supported by the Svelte folks right now.
The text was updated successfully, but these errors were encountered: