UNPKG

232 BJavaScriptView Raw
1/**
2 * Copyright 2017-present, Callstack.
3 * All rights reserved.
4 *
5 * @flow
6 */
7
8/**
9 * Apply React patches in development by importing `haul/hot/patch`.
10 */
11require('react-hot-loader/patch').default.disableProxyCreation = true;