{"version":3,"sources":["node_modules\\react-dom\\lib\\ReactInstrumentation.js"],"names":["debugTool","process","env","NODE_ENV","ReactDebugTool","require","module","exports"],"mappings":";;;;;;;;;;;AAWA;;;;AAIA,GAAIA,WAAY,IAAhB;;AAEA,GAAIC,QAAQC,GAAR,CAAYC,QAAZ,GAAyB,YAA7B,CAA2C;AACzC,GAAIC,gBAAiBC,QAAQ,kBAAR,CAArB;AACAL,UAAYI,cAAZ;AACD;;AAEDE,OAAOC,OAAP,CAAiB,CAAEP,UAAWA,SAAb,CAAjB","file":"ReactInstrumentation.js","sourceRoot":"D:/Work/Office/react-native-on-web/cli/tmpl/project","sourcesContent":["/**\n * Copyright 2016-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n * \n */\n\n'use strict';\n\n// Trust the developer to only use ReactInstrumentation with a __DEV__ check\n\nvar debugTool = null;\n\nif (process.env.NODE_ENV !== 'production') {\n  var ReactDebugTool = require('./ReactDebugTool');\n  debugTool = ReactDebugTool;\n}\n\nmodule.exports = { debugTool: debugTool };"]}