docs: add troubleshooting article for UNUSED_EXTERNAL_IMPORT build warning#42977
docs: add troubleshooting article for UNUSED_EXTERNAL_IMPORT build warning#42977
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
This pull request has been ignored for the connected project Preview Branches by Supabase. |
|
Warning Rate limit exceeded
⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. Comment |
973100c to
e585502
Compare
ChrisChinchilla
left a comment
There was a problem hiding this comment.
Minor formatting, otherwise, good to go
apps/docs/content/troubleshooting/unused-external-import-warning-vite-rollup.mdx
Outdated
Show resolved
Hide resolved
apps/docs/content/troubleshooting/unused-external-import-warning-vite-rollup.mdx
Outdated
Show resolved
Hide resolved
e585502 to
001dee2
Compare
Co-authored-by: Chris Chinchilla <chris.ward@supabase.io>
2c63cfa to
7d909a8
Compare
Braintrust eval report
|
Description
Adds a troubleshooting article for the
UNUSED_EXTERNAL_IMPORTbuild warningsthat Vite/Rollup/Nuxt users see when bundling apps that use
@supabase/supabase-js.File:
apps/docs/content/troubleshooting/unused-external-import-warning-vite-rollup.mdxWhat the article covers
by Rollup's code-body check)
onwarnsuppression snippet for Vite/Rolluponwarnsuppression snippet for NuxtRelated