kmagiera / babel-watch

Reload your babel-node app on JS source file changes. And do it fast.
MIT License
529 stars 70 forks source link

Support babel 7 #95

Closed pfhayes closed 5 years ago

pfhayes commented 5 years ago

PR generated using code from https://github.com/monathur/babel-watch, thanks to @monathur for doing all the heavy lifting!

kmagiera commented 5 years ago

Thanks @pfhayes for working on this. As I am not up to date with the changeset for babel 7 could you briefly explain why we remove --plugins and --presets options and what would be the migration path for the users relying on these?

pfhayes commented 5 years ago
kmagiera commented 5 years ago

Just published babel-watch@7.0.0 🎉 Thanks all!

thelordoftheboards commented 5 years ago

@kmagiera Thank you so much, it works amazingly well!