unplugin / unplugin-vue-ce

🍒 A vue plugin that extends vue's Custom Element capabilities
MIT License
75 stars 3 forks source link

fix: eliminate phantom dependencies #66

Closed fi3ework closed 1 year ago

fi3ework commented 1 year ago

Thanks for unplugin-vue-ce. It makes it possible to combine web components and Vue together. Currently, some dependencies are installed at the root level of the workspace, which have turned out to be phantom dependencies for sub-packages. When using @unplugin-vue-ce/sub-style, I have to manually patch the missing dependencies. ( see https://github.com/fi3ework/vite-plugin-checker/blob/e5a26d68097b6254a3004ce3495ed79f35857423/package.json#L11-L16)

This PR removes the dependencies from the root. Additionally, some other dependencies have also been revealed, which can be fixed in the future. You can find them here.