Skip to content

Comments

docs: add troubleshooting article for UNUSED_EXTERNAL_IMPORT build warning#42977

Merged
mandarini merged 3 commits intomasterfrom
docs/troubleshooting-unused-imports
Feb 18, 2026
Merged

docs: add troubleshooting article for UNUSED_EXTERNAL_IMPORT build warning#42977
mandarini merged 3 commits intomasterfrom
docs/troubleshooting-unused-imports

Conversation

@mandarini
Copy link
Contributor

@mandarini mandarini commented Feb 18, 2026

Description

Adds a troubleshooting article for the UNUSED_EXTERNAL_IMPORT build warnings
that Vite/Rollup/Nuxt users see when bundling apps that use @supabase/supabase-js.

File: apps/docs/content/troubleshooting/unused-external-import-warning-vite-rollup.mdx

What the article covers

  • What the warning looks like
  • Why it's a false positive (re-exported external imports not recognised as "used"
    by Rollup's code-body check)
  • onwarn suppression snippet for Vite/Rollup
  • onwarn suppression snippet for Nuxt

Related

@vercel
Copy link

vercel bot commented Feb 18, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
design-system Ready Ready Preview, Comment Feb 18, 2026 1:01pm
docs Ready Ready Preview, Comment, Open in v0 Feb 18, 2026 1:01pm
learn Ready Ready Preview, Comment Feb 18, 2026 1:01pm
studio-self-hosted Ready Ready Preview, Comment Feb 18, 2026 1:01pm
studio-staging Ready Ready Preview, Comment Feb 18, 2026 1:01pm
ui-library Ready Ready Preview, Comment Feb 18, 2026 1:01pm
zone-www-dot-com Ready Ready Preview, Comment, Open in v0 Feb 18, 2026 1:01pm
2 Skipped Deployments
Project Deployment Actions Updated (UTC)
cms Ignored Ignored Feb 18, 2026 1:01pm
studio Ignored Ignored Feb 18, 2026 1:01pm

Request Review

@supabase
Copy link

supabase bot commented Feb 18, 2026

This pull request has been ignored for the connected project xguihxuzqibwxjnimxev because there are no changes detected in supabase directory. You can change this behaviour in Project Integrations Settings ↗︎.


Preview Branches by Supabase.
Learn more about Supabase Branching ↗︎.

@github-actions github-actions bot added the documentation Improvements or additions to documentation label Feb 18, 2026
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Feb 18, 2026

Warning

Rate limit exceeded

@mandarini has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 2 minutes and 6 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 @coderabbitai help to get the list of available commands and usage tips.

@mandarini mandarini marked this pull request as ready for review February 18, 2026 11:56
@mandarini mandarini force-pushed the docs/troubleshooting-unused-imports branch from 973100c to e585502 Compare February 18, 2026 12:28
Copy link
Contributor

@ChrisChinchilla ChrisChinchilla left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor formatting, otherwise, good to go

@mandarini mandarini force-pushed the docs/troubleshooting-unused-imports branch from 2c63cfa to 7d909a8 Compare February 18, 2026 12:52
@mandarini mandarini merged commit 0419494 into master Feb 18, 2026
24 checks passed
@mandarini mandarini deleted the docs/troubleshooting-unused-imports branch February 18, 2026 13:04
@github-actions
Copy link
Contributor

github-actions bot commented Feb 18, 2026

Braintrust eval report

Assistant (master-1771419999)

Score Average Improvements Regressions
Completeness 94.4% (-1pp) 1 🟢 1 🔴
Conciseness 0% (+0pp) - -
Goal Completion 97.2% (+2pp) 2 🟢 -
SQL Identifier Quoting 100% (+0pp) - -
SQL Validity 92.9% (-7.000000000000001pp) - -
Tool Usage 97% (+3pp) 1 🟢 -
Correctness 100% (+0pp) - -
Docs Faithfulness 55.3% (-5pp) 1 🟢 1 🔴
URL Validity 100% (+0pp) - -
Time_to_first_token 0.24tok (-0.03tok) 7 🟢 5 🔴
Llm_calls 8.42 (+1.33) 8 🟢 1 🔴
Tool_calls 3.33 (+0.33) 6 🟢 2 🔴
Errors 0 (+0) - -
Llm_errors 0 (+0) - -
Tool_errors 0 (+0) - -
Prompt_tokens 114393.56tok (+34076.31tok) 5 🟢 7 🔴
Prompt_cached_tokens 48128tok (+11285.33tok) 9 🟢 1 🔴
Prompt_cache_creation_tokens 0tok (+0tok) - -
Completion_tokens 5860.89tok (+2432.06tok) 4 🟢 8 🔴
Completion_reasoning_tokens 4327.11tok (+1662.22tok) 4 🟢 8 🔴
Completion_accepted_prediction_tokens 0tok (+0tok) - -
Completion_rejected_prediction_tokens 0tok (+0tok) - -
Completion_audio_tokens 0tok (+0tok) - -
Total_tokens 120254.44tok (+36508.36tok) 3 🟢 9 🔴
Estimated_cost 0.03$ (+0.01$) 5 🟢 7 🔴
Duration 56.58s (+24.27s) 2 🟢 10 🔴
Llm_duration 111.58s (+48.82s) 2 🟢 10 🔴

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants