mattphillips / babel-plugin-console

Babel Plugin that adds useful build time console functions 🎮
https://www.npmjs.com/package/babel-plugin-console
MIT License
295 stars 14 forks source link

upgrade to babel-plugin-macros #4

Closed kentcdodds closed 6 years ago

kentcdodds commented 6 years ago

I think you're running on a rather old version of babel-macros so there will be a handful of changes you'll need to make (in addition to some docs updates and make sure you add babel-plugin-macros to the keywords in your package.json).

I suggest reading through the author docs briefly to make sure you don't miss anything.

babel-plugin-macros is about to become big with the release of CRA v2.0 and I'd love your plugin to be a part of that!

mattphillips commented 6 years ago

Hey @kentcdodds thanks for the heads up! I've just published this with the updated version of babel-plugin-macros, congrats on getting support in CRA 🎉

kentcdodds commented 6 years ago

Awesome! Thanks!