Manuel Ehrenfeld

Results 22 comments of Manuel Ehrenfeld
trafficstars

Same here, did anyone find a solution?

I'm also getting: ``` [plugin:vite:import-analysis] Failed to resolve import "swiper" from "../../../.cache/c12/github_nonlinearcom_private-test/components/gallery/Cards.vue". Does the file exist? ``` Does anyone know how to make imported modules work with extends from github...

Did anyone got `extends/layers` working with different github repos + nuxt modules (installed on both projects)? without this option we are basically forced to use the monorepo integration.

I think I found a temporary workaround for this issue: ``` // TestButton.vue (base repo) import { useDark, useToggle } from '@/node_modules/@vueuse/core'; ``` ``` // nuxt.config.ts on extended layer alias:...

I guess the only way to make it work for now is extending layers inside a monorepo :(

Did anyone manage to get fragments working?

Hi @drewbaker, same situation here, did you find any alternative? :)

Closing this since Nuxt3 is supported now :) Thanks @drewbaker & @nicktrn !