/
githubmr
/
facebook-react-native
Обзор
Документация
Войти
/
githubmr
/
facebook-react-native
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
v0.78.3
packages/dev-middleware/src/index.js
20 строк
439 B
Blake Friedman
Back out "conditional Babel registration no longer necessary"
07 май 2024, 18:36
07 май 2024, 18:36
3ddf509
Код
Авторство
О чём код?
/** * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. * * @flow * @format * @oncall react_native */ /*:: export type * from './index.flow'; */ if (!process.env.BUILD_EXCLUDE_BABEL_REGISTER) { require('../../../scripts/build/babel-register').registerForMonorepo(); } export * from './index.flow';