Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

fix: eliminate phantom dependencies #66

Merged
merged 1 commit into from
Aug 24, 2023

Conversation

fi3ework
Copy link
Contributor

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.

@baiwusanyu-c baiwusanyu-c merged commit 3e4f9be into unplugin:master Aug 24, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants