mirror of
https://github.com/zebrajr/react.git
synced 2025-12-07 00:20:28 +01:00
Also resolve an uncaught error in extension build (#18843). Co-authored-by: Brian Vaughn <brian.david.vaughn@gmail.com> Co-authored-by: Brian Vaughn <bvaughn@fb.com>
12 lines
269 B
JavaScript
12 lines
269 B
JavaScript
/**
|
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
*
|
|
* This source code is licensed under the MIT license found in the
|
|
* LICENSE file in the root directory of this source tree.
|
|
*
|
|
* @flow
|
|
*/
|
|
|
|
declare var __EXTENSION__: boolean;
|
|
declare var __TEST__: boolean;
|