Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Rex Dri
Rex Dri
8a8e8cf6b3a3b5e45eca8a9e217b58a8bf5a2ce6
8a8e8cf6b3a3b5e45eca8a9e217b58a8bf5a2ce6
Switch branch/tag
rex-dri
.babelrc
Find file
Normal view
History
Permalink
.babelrc
155 Bytes
Newer
Older
View changed, map partially operationnal
Florent Chehab
committed
Aug 22, 2018
1
2
3
4
5
6
7
8
9
10
11
{
"presets": [
"env",
"react",
"es2015",
"stage-1"
],
"plugins": [
"transform-class-properties"
]
}