evenchange4 / graphql.macro

Compile GraphQL AST at build-time with babel-plugin-macros.
MIT License
239 stars 21 forks source link

[loader] Recompile problem (babel cache) #6

Open evenchange4 opened 6 years ago

evenchange4 commented 6 years ago

There is the same babel cache problem as https://github.com/kentcdodds/babel-plugin-preval/issues/19

FezVrasta commented 5 years ago

babel-plugin-macros lists this in the "caveats" section, I would say we should let them handle the issue and close this one since it's not a bug with this library in particular.

https://github.com/kentcdodds/babel-plugin-macros#babel-cache-problem

MauriceArikoglu commented 2 years ago

There is a PR @ Babel that would allow babel-plugin-macros to fix this problem by leveraging file dependencies... see https://github.com/babel/babel/pull/11741