graphql.macro icon indicating copy to clipboard operation
graphql.macro copied to clipboard

[loader] Recompile problem (babel cache)

Open evenchange4 opened this issue 7 years ago • 2 comments
trafficstars

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

evenchange4 avatar Jan 20 '18 09:01 evenchange4

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

FezVrasta avatar May 17 '19 07:05 FezVrasta

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

MauriceArikoglu avatar Nov 16 '21 21:11 MauriceArikoglu