Antoine-1

Results 2 comments of Antoine-1

> Ok, @danielroe, your instinct was right after all: > > > my instinct is that this might be a watcher issue > > I kept digging inside @vitejs/plugin-vue and...

> antfu `i Vite server using experimental vite-node... ` ```vue import { defineAsyncComponent } from 'vue' const themeName = "brand1"; const currentFile = "Product"; const AsyncComp = defineAsyncComponent(() => import(`./themes/${themeName}/products/${currentFile}.vue`));...