The problem seems to be in browsers.js: `module.exports = window.fetch || (window.fetch = require('unfetch').default || require('unfetch'));` And I think this could be solved by replacing window with global?
The problem seems to be in browsers.js:
module.exports = window.fetch || (window.fetch = require('unfetch').default || require('unfetch'));And I think this could be solved by replacing window with global?