Ryszard Trojnacki
Results
1
comments of
Ryszard Trojnacki
I have came with simple workaround. Based on mentioned [patch](https://github.com/jsalvata/gatsby/commit/4327f3901553036a045b11c8ab7ecb21e73e3067) I wrote a function (extraced from patch) in my `gatsby-config.js`: ```javascript const got = require('got'); const report = require("gatsby-cli/lib/reporter"); function...