Unsafe builtin usage https.request in Gatsby

warn WebpackError: Unsafe builtin usage https.request:
    at node_modules/node-fetch/lib/index.mjs:1476:1
    at node_modules/node-fetch/lib/index.mjs:1445:1
    at node_modules/@plasmicapp/isomorphic-unfetch/index.js:5:34
    at node_modules/@plasmicapp/loader-fetcher/dist/loader-fetcher.esm.js:18:29
    at node_modules/@plasmicapp/loader-fetcher/dist/loader-fetcher.esm.js:113:1
    at node_modules/@plasmicapp/loader-fetcher/dist/loader-fetcher.esm.js:107:1
    at node_modules/@plasmicapp/loader-fetcher/dist/loader-fetcher.esm.js:86:1
    at node_modules/@plasmicapp/loader-react/dist/loader-react.cjs.production.min.js:1:21587
    at node_modules/@plasmicapp/loader-react/dist/loader-react.cjs.production.min.js:1:3414
    at node_modules/@plasmicapp/loader-react/dist/loader-react.cjs.production.min.js:1:3181
    at node_modules/@plasmicapp/loader-react/dist/loader-react.cjs.production.min.js:1:3785
    at node_modules/@plasmicapp/loader-react/dist/loader-react.cjs.production.min.js:1:652
    at node_modules/@plasmicapp/loader-react/dist/loader-react.cjs.production.min.js:1:865
    at node_modules/@plasmicapp/loader-react/dist/loader-react.cjs.production.min.js:1:924

  1474 |
  1475 |                // send request
> 1476 |                const req = send(options);
       | ^
  1477 |                let reqTimeout;
  1478 |
  1479 |                if (signal) {

Getting a Unsafe builtin usage https.request in a Gatsby project