Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Julien Jerphanion
Rex Dri
5ed3f5e8db71efd9a12bd0d499f56bb3f2637787
5ed3f5e8db71efd9a12bd0d499f56bb3f2637787
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"
]
}