Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat!: remove plugin #6349

Draft
wants to merge 1 commit into
base: next
Choose a base branch
from
Draft

feat!: remove plugin #6349

wants to merge 1 commit into from

Conversation

ShGKme
Copy link
Contributor

@ShGKme ShGKme commented Jan 4, 2025

☑️ Resolves

Using plugin was not recommended in v8.

It is generally a bad idea to import all the components, resulting in a slow build of a large bundle.
Only used components should be imported and registered locally.

If a library user wants to avoid imports, they can use unplugin-vue-components as an alternative even keeping tree-shaking.

🏁 Checklist

  • ⛑️ Tests are included or are not applicable
  • 📘 Component documentation has been extended, updated or is not applicable
  • 3️⃣ Backport to next requested with a Vue 3 upgrade

Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
@ShGKme ShGKme added enhancement New feature or request 2. developing Work in progress breaking PR that requires a new major version labels Jan 4, 2025
@ShGKme ShGKme added this to the 9.0.0-alpha.6 milestone Jan 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2. developing Work in progress breaking PR that requires a new major version enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant