unplugin / unplugin-vue-components

📲 On-demand components auto importing for Vue
https://www.npmjs.com/package/unplugin-vue-components
MIT License
3.65k stars 341 forks source link

Externalized PrimeVue Resolver #743

Open F1nnM opened 3 months ago

F1nnM commented 3 months ago

I have updated and externalized the PrimeVue resolver:

I am not affiliated with Primefaces/PrimeVue in any way, and I understand if you don't want to link an unofficial resolver. But it exists now, and I'll do my best to keep it updated, so feel free to link it wherever you deem it appropriate.

userquin commented 3 months ago

You should add package exports to your package.json, this package seems to be CJS only...

https://arethetypeswrong.github.io/?p=unplugin-primevue-resolver%401.0.3

F1nnM commented 3 months ago

Ah yes, I am fairly new to publishing packages. I believe I fixed that. Do you mind checking again?