{"version":3,"sources":["webpack:///./node_modules/react-hot-loader/root.js"],"names":["exports","hot","a"],"mappings":"8EA0BEA,EAAQC,IAAM,SAAUC,GACtB,OAAOA","file":"npm.react-hot-loader.c920b4ddeb9b68365139.js","sourcesContent":["if (process.env.NODE_ENV !== 'production') {\n var hot = require('./index').hot;\n if (module.hot) {\n var cache = require.cache;\n\n if (!module.parents || module.parents.length === 0) {\n throw new Error(\n 'React-Hot-Loader: `react-hot-loader/root` is not supported on your system. ' +\n 'Please use `import {hot} from \"react-hot-loader\"` instead'\n );\n }\n // access parent\n var parent = cache[module.parents[0]];\n if (!parent) {\n throw new Error(\n 'React-Hot-Loader: `react-hot-loader/root` is not supported on your system. ' +\n 'Please use `import {hot} from \"react-hot-loader\"` instead'\n );\n }\n // remove self from a cache\n delete cache[module.id];\n }\n // setup hot for caller\n exports.hot = hot(parent);\n} else {\n // prod mode\n exports.hot = function (a) {\n return a;\n };\n}\n"],"sourceRoot":""}