Uh oh!
There was an error while loading. Please reload this page.
chore: add @vueuse/shared dependency - #1176
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
📝 WalkthroughWalkthroughThis pull request updates dependency handling and build pre-bundling. nuxt.config.ts adds '@vueuse/integrations/useFocusTrap/component' to Vite's optimizeDeps.include to pre-bundle the FocusTrap component integration. package.json adds a new dependency '@vueuse/shared' at version 14.2.0. knip.ts adds '@vueuse/shared' to ignoreDependencies. No exported APIs or control-flow logic were changed. Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 1✅ Passed checks (1 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
Comment |
danielroe
left a comment
There was a problem hiding this comment.
this sounds like a bug in vite but happy to add for you
Uh oh!
There was an error while loading. Please reload this page.
There is no way to run local dev server on my Windows laptop without adding
@vueuse/shareddependency.This PR also adds
'@vueuse/integrations/useFocusTrap/component'to vite optimized deps./cc @OrbisK