{"version":3,"sources":["webpack:///../node_modules/tiny-invariant/dist/tiny-invariant.esm.js"],"names":[],"mappings":";;;;;;;;;;;AAAA;AAAA,mBAAmB,aAAoB;AACvC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEgC","file":"vendor.tiny-invariant.f8ca5ae716dc3b3e471b.js","sourcesContent":["var isProduction = process.env.NODE_ENV === 'production';\nvar prefix = 'Invariant failed';\nfunction invariant(condition, message) {\n if (condition) {\n return;\n }\n if (isProduction) {\n throw new Error(prefix);\n }\n var provided = typeof message === 'function' ? message() : message;\n var value = provided ? \"\".concat(prefix, \": \").concat(provided) : prefix;\n throw new Error(value);\n}\n\nexport { invariant as default };\n"],"sourceRoot":""}