Files
30-seconds-of-code/node_modules/gatsby/dist/utils/webpack-hmr-hooks-patch.js
2019-08-20 15:52:05 +02:00

7 lines
207 B
JavaScript

"use strict";
const originalFetch = global.fetch;
delete global.fetch;
module.exports = require(`react-hot-loader/webpack`);
global.fetch = originalFetch;
//# sourceMappingURL=webpack-hmr-hooks-patch.js.map