Closed pfhayes closed 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?
AFAICT, Babel has internally changed their OptionsManager in a way that makes passing these variables in different. I couldn't track down how to do it and there are no docs. While I can't speak for @monathur, it appears that he/she didn't find a solution for this either as that branch has this path commented out
The migration path would be to specify these values in .babelrc
Just published babel-watch@7.0.0 🎉 Thanks all!
@kmagiera Thank you so much, it works amazingly well!
PR generated using code from https://github.com/monathur/babel-watch, thanks to @monathur for doing all the heavy lifting!