bublejs / buble

https://buble.surge.sh
MIT License
871 stars 67 forks source link

buble/register options #137

Open KidkArolis opened 6 years ago

KidkArolis commented 6 years ago

There doesn't seem to be a way to pass options to buble/register. Is it ok if I make a PR?

KidkArolis commented 6 years ago

Relevant when you use buble to compile browser packages that use jsx (or even just object spread) with mocha/ava tests.

adrianheine commented 6 years ago

Sure, what exactly do you have in mind?

adrianheine commented 6 years ago

Oh, I just found #9.