Open Janpot opened 6 years ago
Issue Labels
Now that a library like create-react-app has support for babel-plugin-macros, and it's also trivial to add to next. Would it make sense for this library to create and maintain an "official macro" like graphql-tag.macro or graphql.macro?
create-react-app
babel-plugin-macros
next
Only official is graphql from facebook (and they have relay compiler), not Apollo itself, so... But yes, this will be nice
Issue Labels
Now that a library like
create-react-app
has support forbabel-plugin-macros
, and it's also trivial to add tonext
. Would it make sense for this library to create and maintain an "official macro" like graphql-tag.macro or graphql.macro?