-
Notifications
You must be signed in to change notification settings - Fork 246
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 transpileOptions prop to LiveProvider #260
feat: add transpileOptions prop to LiveProvider #260
Conversation
Hey @jpdriver, could you please review this? I'm looking forward to seeing it published as 2.3.0 anytime soon 🙏 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hey @maksnester -- thanks very much for the PR.
code looks fine; we just need to update it following other changes to LiveProvider
then we should be able to land this.
63f30a0
to
08b945d
Compare
@jpdriver OK, updated. Works just fine and much simpler now 👍 |
now available via |
Closes #252
Now it's possible to adjust buble transformations by passing transpileOptions prop to LiveProvider.
Example
See the list of bubble transforms here: https://buble.surge.sh/guide/#command-line-options