fix(devtools): reference optimizeDeps in reference to @nuxt/devtools#1001
fix(devtools): reference optimizeDeps in reference to @nuxt/devtools#1001danielroe wants to merge 1 commit into
@nuxt/devtools#1001Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThis PR updates the Vite build optimization configuration in the Nuxt DevTools module. The Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 ESLint
packages/devtools/src/module-main.tsESLint skipped: missing config or dependency (missing-dependency). The ESLint configuration references a package that is not available in the sandbox. 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 |
🔗 Linked issue
#980
#981
📚 Description
trying this out on the nuxt main branch, we got some warnings:
that's because these aren't direct dependencies of users' projects and won't be resolvable with pnpm, so I switch to using the nested path (
nuxt > @nuxt/devtools > *)another alternative might simply be to fully resolve the paths so we don't care about the dependency chain - wdyt?