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: Add option to precompile transform to prevent certain props from being precompiled #2540

Open
marvinhagemeister opened this issue Jun 24, 2024 · 0 comments
Labels
feat New feature or request

Comments

@marvinhagemeister
Copy link
Collaborator

Plugins that previously relied on always being able to intercept options.vnode won't work with the precompile transform as the point of that is to not create vnode's in the first place. We should have an option to enforce certain properties like class and className to bypass precompilation and always be treated as dynamic. That way they can be intercepted via options.attr.

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

No branches or pull requests

1 participant