Initial boiler plate project
This commit is contained in:
6
node_modules/next/dist/build/polyfills/fetch/index.js
generated
vendored
Normal file
6
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
|
||||
Reference in New Issue
Block a user