cloudflare / vinext

fix: inline source content in sourcemaps to prevent missing source warnings (#5)
When vinext is installed from npm, the .ts source files aren't in the package but .js.map files reference them, causing Vite to log many 'points to missing source files' warnings. Adding inlineSources: true to tsconfig embeds the original TypeScript source content directly in the .js.map files so no separate .ts files are needed. Fixes #2
Sunil Pai Sunil Pai committed on Feb 24, 2026, 05:13 PM
Showing 1 changed files +1 additions -0 deletions
Browse files at this commit โ†’