chec / gatsby-source-chec

Chec and Commerce.js Gatsby source plugin. Fetch eCommerce data from the Chec API.

Home Page:https://gatsby-source-chec.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reduce into a single gatsby-node file

notrab opened this issue · comments

We can reduce the overall code structure to live inside gatsby-node.js instead of separate files, since there isn't much going on under the hood anymore.

Done in #52