unjs/unimport

Missing dependency `vue/compiler-sfc`?

TheDutchCoder opened this issue · 2 comments

I forked this repo in order to hunt down a bug with commented out exports (cc: nuxt/nuxt#14971) and I noticed after npm installing that there's a dependency on vue/compiler-sfc, failing a test. I think it just needs to be @vue/compiler-sfc.

Side note (and I can open another issue for this if required), when running npm run dev the absolute import test fails as it tries to find a.vue which doesn't exist in the project.

antfu commented

It works for me. Not sure if it's related to #121, if so, please use pnpm.

Yeah probably! Thanks!