/
githubmr
/
facebook-react
Обзор
Документация
Войти
/
githubmr
/
facebook-react
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
v16.11.0
packages/react-refresh/runtime.js
13 строк
395 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 ReactFreshRuntime = require('./src/ReactFreshRuntime'); // This is hacky but makes it work with both Rollup and Jest. module.exports = ReactFreshRuntime.default || ReactFreshRuntime;