This website works better with JavaScript
Domů
Procházet
Nápověda
Registrovat se
Přihlásit se
tomi
/
AutoMate
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
2
Pull Requesty
0
Wiki
Větev:
master
Větve
Značky
master
react-redux
AutoMate
/
frontend
/
.babelrc
.babelrc
134 B
Trvalý odkaz
Historie
Surový
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"presets": [
"next/babel"
],
"plugins": [
[
"styled-components",
{
"ssr": true
}
]
]
}