You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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 🎉
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 addbabel-plugin-macros
to thekeywords
in yourpackage.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!The text was updated successfully, but these errors were encountered: