Initial boiler plate project
This commit is contained in:
6
node_modules/next/dist/esm/build/polyfills/fetch/whatwg-fetch.js
generated
vendored
Normal file
6
node_modules/next/dist/esm/build/polyfills/fetch/whatwg-fetch.js
generated
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
/* globals self */ exports.Headers = self.Headers;
|
||||
exports.Request = self.Request;
|
||||
exports.Response = self.Response;
|
||||
exports.fetch = self.fetch;
|
||||
|
||||
//# sourceMappingURL=whatwg-fetch.js.map
|
||||
Reference in New Issue
Block a user