/
githubmr
/
facebook-react
Обзор
Документация
Войти
/
githubmr
/
facebook-react
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
status
packages/react-refresh/babel.js
13 строк
411 B
Dan Abramov
[Fresh] react-fresh => react-refresh (#15888)
15 июн 2019, 21:36
Не верифицирован
15 июн 2019, 21:36
f015676
Код
Авторство
О чём код?
/** * 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. */ 'use strict'; const ReactFreshBabelPlugin = require('./src/ReactFreshBabelPlugin'); // This is hacky but makes it work with both Rollup and Jest. module.exports = ReactFreshBabelPlugin.default || ReactFreshBabelPlugin;