graphql.macro
graphql.macro copied to clipboard
[loader] Recompile problem (babel cache)
trafficstars
There is the same babel cache problem as https://github.com/kentcdodds/babel-plugin-preval/issues/19
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
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