Closed devrchancay closed 6 years ago
Finally I could solve adding this line to the start of gatsby-config.js
require('regenerator-runtime/runtime');
I still can not find how to support ES6-7-8 to gatsby, probably looking in the wrong place.
That plugin isn't maintained here btw. You should file an issue in its repo.
Hello, I am trying to implement https://github.com/jbolda/gatsby-source-airtable and I am faced with the following problem.
create the file .babelrc in the root of the project and add the necessary "presets".
also change the file gatsby-node.js in the following way.
and it still does not work.