{"version":3,"file":"npm.tiny-warning.f888038d.js","mappings":"wIAmBA,QAlBA,SAAiBA,EAAWC,GAExB,IAAID,EAAJ,CAIA,IAAIE,EAAO,YAAcD,EAEF,oBAAZE,SACTA,QAAQC,KAAKF,GAGf,IACE,MAAMG,MAAMH,GACZ,MAAOI","sources":["webpack://goodkind-frontend/./node_modules/tiny-warning/dist/tiny-warning.esm.js"],"sourcesContent":["var isProduction = process.env.NODE_ENV === 'production';\nfunction warning(condition, message) {\n if (!isProduction) {\n if (condition) {\n return;\n }\n\n var text = \"Warning: \" + message;\n\n if (typeof console !== 'undefined') {\n console.warn(text);\n }\n\n try {\n throw Error(text);\n } catch (x) {}\n }\n}\n\nexport default warning;\n"],"names":["condition","message","text","console","warn","Error","x"],"sourceRoot":""}