overleaf/services/web/.babelrc
Alasdair Smith 48481e431e Merge pull request #2034 from overleaf/as-upgrade-babel
Upgrade babel to v7

GitOrigin-RevId: 1626f0d3343a5cb32a71dba5a8f32657b2d7237c
2019-08-09 09:54:37 +00:00

7 lines
No EOL
120 B
Text

{
"presets": [
"@babel/react",
["@babel/env", { "modules": false }]
],
"plugins": ["angularjs-annotate"]
}