faststore icon indicating copy to clipboard operation
faststore copied to clipboard

Add Babel in @vtex/gatsby-plugin-graphql automatically

Open tlgimenes opened this issue 5 years ago • 2 comments
trafficstars

Currently, we need to add a .babelrc config file to the store's root folder. We should be able do add the babel config programatically via the plugin

tlgimenes avatar Aug 10 '20 21:08 tlgimenes

@tlgimenes this already works, doesn't it?

emersonlaurentino avatar Dec 17 '20 13:12 emersonlaurentino

No, we still need to use this because gatsby's babel plugins runs before our babel and removes all queries

tlgimenes avatar May 21 '21 14:05 tlgimenes