mirror of
https://github.com/status-im/react-native.git
synced 2025-01-09 17:15:54 +00:00
21bae9b294
Reviewed By: mkonicek Differential Revision: D2652002 fb-gh-sync-id: 8aab8da47dd737acc4ee9acddc484bd3bbdf1184
13 lines
425 B
JavaScript
13 lines
425 B
JavaScript
/**
|
|
* Copyright (c) 2015-present, Facebook, Inc.
|
|
* All rights reserved.
|
|
*
|
|
* This source code is licensed under the BSD-style license found in the
|
|
* LICENSE file in the root directory of this source tree. An additional grant
|
|
* of patent rights can be found in the PATENTS file in the same directory.
|
|
*/
|
|
'use strict';
|
|
|
|
require('../packager/react-packager/src/Resolver/polyfills/babelHelpers.js');
|
|
global.__DEV__ = true;
|