-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
fix(nitro): use directory paths in moduleEntryPaths
#33628
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
|
WalkthroughThe changes modify the Nitro bundle logic in the nitro-server package. The import statement is updated to include Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
@nuxt/kit
nuxt
@nuxt/rspack-builder
@nuxt/schema
@nuxt/vite-builder
@nuxt/webpack-builder
commit: |
CodSpeed Performance ReportMerging #33628 will not alter performanceComparing Summary
|
moduleEntryPathsmoduleEntryPaths
danielroe
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you ❤️
📚 Description
This fixes an issue where the generated tsconfig paths in
nuxt/packages/nitro-server/src/index.ts
Lines 211 to 215 in 89f59b7
were incorrect in some cases: (notice the
index.tsthere)I matched the implementation with:
nuxt/packages/kit/src/template.ts
Lines 295 to 301 in 89f59b7