Does not handle Vite building
Closed this issue · 1 comments
jarimustonen commented
Remix is in the process of being moving its build process to Vite. At the moment, this adapter does not seem to handle Vite build.
To Reproduce Steps to reproduce the behavior:
- Port the project to use Vite using default instructions here: https://remix.run/docs/en/main/future/vite
- Update netlify.toml, publish to
build
instead onpublic
- Deploy site
At this point, Netlify reports that there are no functions deployed.
We, of course, expect the code to deploy normally.