WIP - add extractor, generate snippet_data
This commit is contained in:
7
node_modules/gatsby/dist/utils/webpack-hmr-hooks-patch.js
generated
vendored
Normal file
7
node_modules/gatsby/dist/utils/webpack-hmr-hooks-patch.js
generated
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
"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
|
||||
Reference in New Issue
Block a user