MatAtBread / fast-async

605 stars 21 forks source link

Plugin breaks since babel-core 6.16 #25

Closed ephemer closed 7 years ago

ephemer commented 7 years ago

It fails here because apparently filename has been renamed to sourceFileName in 6.16+.

I can make a pull request for this change if you like

matAtWork commented 7 years ago

That'd be nice. Can you make it check for both names so it still works with previous babel-builds?

ephemer commented 7 years ago

Good idea, will do