Update README.md

This commit is contained in:
Fred K. Schott 2022-04-21 14:24:09 -07:00 committed by GitHub
parent f3586cff41
commit 0b432c087a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,3 +20,7 @@ Now you can deploy!
```shell
vercel
```
## Limitations
By default, Vercel doesn't include npm installed files & packages from your project's `./node_modules` folder. To address this, the `@astrojs/vercel` adapter automatically bundles your final build output using `esbuild`. There is no action needed on your part to enable this, but be aware that some complex packages (example: [puppeteer](https://github.com/puppeteer/puppeteer)) do not support bundling and therefore will not work properly with this adapter.