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
Benjamin Caure
capture-the-flag
ee9e0dd8ab5d9b61410d2240353290dfeebfd4b9
ee9e0dd8ab5d9b61410d2240353290dfeebfd4b9
Switch branch/tag
capture-the-flag
.babelrc
Find file
Normal view
History
Permalink
.babelrc
114 Bytes
Newer
Older
Initial commit
Benjamin Caure
committed
Mar 03, 2019
1
2
3
4
5
6
7
8
9
{
"presets": [
"es2015",
"react"
],
"plugins": [
["transform-react-jsx", { "pragma":"h" }]
]
}