fixed version control heatmap and activity
This commit is contained in:
6
.next/standalone/node_modules/next/dist/build/polyfills/fetch/index.js
generated
vendored
Normal file
6
.next/standalone/node_modules/next/dist/build/polyfills/fetch/index.js
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
/* globals self */ "use strict";
|
||||
const fetchModule = self.fetch.bind(self);
|
||||
module.exports = fetchModule;
|
||||
module.exports.default = module.exports;
|
||||
|
||||
//# sourceMappingURL=index.js.map
|
||||
7
.next/standalone/node_modules/next/dist/build/polyfills/fetch/whatwg-fetch.js
generated
vendored
Normal file
7
.next/standalone/node_modules/next/dist/build/polyfills/fetch/whatwg-fetch.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
/* globals self */ "use strict";
|
||||
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