vite-plugin-vercel
vite-plugin-vercel copied to clipboard
Vercel adapter for vite
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint](https://eslint.org) ([source](https://togithub.com/eslint/eslint)) | [`^8.57.0` -> `^9.2.0`](https://renovatebot.com/diffs/npm/eslint/8.57.0/9.2.0) |...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/magne4000/vite-plugin-vercel). ## Config Migration Needed - [ ]...
See https://test-vite-vercel-plugin.vercel.app/named/id-3 - the `routeParams` in the vike integration aren't passed to the client anymore. As far as I can see, this is because `__original_path` doesn't include them (anymore?). Howver,...
Test fixes #49
With sensitive default value (like ignoring .test and .spec files)
This plugin conflicts with Next.js (and probably other projects). They should not both be installed and used in the same project.
`@vercel/node` builds functions without bundling `node_modules`, they are instead symlinked from `*.func/node_modules/*`
See https://github.com/magne4000/vite-plugin-vercel/issues/19#issue-1899258002
Waiting for a fix on Vercel's side. See https://github.com/orgs/vercel/discussions/577#discussioncomment-2759412
Currently, the ssr serverless functions generated for `vite-plugin-ssr` is copied for each route that needs ISR support. It should at least be possible to symlink those functions to a unique...