Для этого сайта требуется поддержка JavaScript.
Обзор
Помощь
Регистрация
Вход
mozilla
/
distribution-viewer
зеркало из
https://github.com/mozilla/distribution-viewer.git
Следить
1
В избранное
0
Форкнуть
Вы уже форкнули distribution-viewer
0
Код
Задачи
Пакеты
Проекты
Релизы
Вики
Активность
master
distribution-viewer
/
.babelrc
6 строки
88 B
Plaintext
Исходник
Постоянная ссылка
Обычный вид
История
Убрать экранирование
Экранировать
Initial skeleton
2016-06-10 08:35:49 +03:00
{
Proactively upgrade all NPM packages react-router is not upgraded because the 4.x.x branch has a very different API and the team has said that they will continue supporting 3.x.x indefinitely. striptags is not upgraded because webpack-uglifyjs-plugin doesn't support libraries written in ES6 and the striptags team says it's safe to stay on the 2.x.x branch of striptags.
2017-09-20 01:20:38 +03:00
"presets": ["react", "env"],
Fix #2: Add front-end for multiple populations
2017-02-10 22:54:50 +03:00
"plugins": [
"transform-object-rest-spread"
]
Initial skeleton
2016-06-10 08:35:49 +03:00
}