- Notifications
You must be signed in to change notification settings - Fork5
Closed
Description
Actual behavior
When building, throws error
Failed to resolve import"@morev/vue-transitions/styles" from"virtual:nuxt:/app/.nuxt/css.mjs". Does the file exist?
Expected behavior
Should've resolved the import
Steps to reproduce
- Added the package with
bun add @morev/vue-transitions/nuxt - Added into Nuxt's modules
// nuxt.config.tsmodules: [ ... "@morev/vue-transitions/nuxt", ],- Use it is any of view files e.g Test.vue
<TransitionSlide :offset="[-16, 0]"> content</TransitionSlide>Environment
- Device: 2019 16" MBP (Intel)
- OS: Sonoma 14.2
Additional context
No response
Possible solution
Possibly updating the package to have the styles imported properly.