Geordi Dosher

Results 7 comments of Geordi Dosher

Thanks! Appreciate the response. Next time I init a project I'll give it a shot.

Any chance we could see this merged? I followed your tutorial here but ran into all sorts of problems because this repo is out of date.

I pulled down the repo and started digging into the code, and I was able to at least reproduce this in the playground. Here's my branch with steps to reproduce...

Ok tracked down where we're losing the extra dependency: [here](https://github.com/GeordiD/vite/blob/eca68fa942818b69d08eae4dceaf46a330684a5e/packages/vite/src/node/optimizer/scan.ts#L551) All the dependencies go through this with their package name as the `id` field (so `pluralize`). It then sets the...

I am also seeing this, and moving to svg mode fixed it for me as well. ```vue ``` Details: * Just installed the Icons module in this fairly basic nuxt...

I think I'm experiencing the same thing. I seem to get auto-import suggestions when typing for functions inside the codebase, but external packages aren't coming up (i.e. react's `useState`). One...