nitrojs / nitrojs/nitro

Breaks Vite import `?url` usage since v3

Open
#4,230 1 comment 4 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug v3
Dominant language
TypeScript
Stars
11.2k
Forks
899
Avg merge
2d 24m
Merged PRs (30d)
40

Description

Environment

Bun 1.3.11, Nitro v3.0.260415-beta

Reproduction

https://stackblitz.com/edit/nitro-demo-500cf2

Describe the bug

Nitro break the usage of Vite:

import foo from './foo.txt?url';
console.log(await (await fetch(foo)).text()); // --> content in foo.txt
Additional context

No response

Logs

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the linked StackBlitz reproduction and the reported Bun 1.3.11/Nitro v3.0.260415-beta environment. Trace how the TypeScript import of './foo.txt?url' is handled, then verify that fetching the imported value returns foo.txt contents as shown in the example.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript, vite
Domain
backend, build-system
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.