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

Add babel-core required by babel 7 #78

Closed syzer closed 6 years ago

ghost commented 6 years ago

Hello, @syzer. Thank you for your PR.

I don't think adding babel-core as normal dependency is a good idea. Better, though still doubtful, would be to add it as dev dependency, which is discussed in #72. Feel free to join the discussion ;)

In addition, Babel changed the naming of packages, so for version 7 the correct dependence is @babel/core. Support for Babel7 is solved in #75.