Initial boiler plate project
This commit is contained in:
5
node_modules/next/dist/esm/build/polyfills/fetch/index.js
generated
vendored
Normal file
5
node_modules/next/dist/esm/build/polyfills/fetch/index.js
generated
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
/* globals self */ 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