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

Add missing plugin warnings #4158

Merged
merged 1 commit into from Apr 18, 2024
Merged

Add missing plugin warnings #4158

merged 1 commit into from Apr 18, 2024

Conversation

calebporzio
Copy link
Collaborator

A common issue is encountered where someone tries to use a plugin, receives a mysterious error, and fails to realize that the Plugin wasn't included on the page in the first place.

This happens most often with the headless UI plugin as well as the anchor plugin (because these plugins aren't bundled with Livewire).

For now, we're only warning about the ones not bundled with Livewire because this addition disproportionately increases the core bundle size because of the string literals.

We can add more as needed/requested.

CleanShot 2024-04-18 at 15 07 31@2x

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant