Commit 51328a8
fix(build): disable rolldown native tsconfig discovery
Rolldown reads tsconfig.json natively and applies its jsx options, while
Nitro also mirrors them into transform.jsx. This caused redundant
CONFIGURATION_FIELD_CONFLICT warnings (jsx, jsxImportSource).
Set tsconfig: false so Nitro's resolved config is the single source of
truth, consistent with the Rollup builder.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 57ad8fe commit 51328a8
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
18 | 22 | | |
19 | 23 | | |
20 | 24 | | |
| |||
0 commit comments