overleaf/services/web/.babelrc
Eric Mc Sween 65849456d0 Merge pull request #1925 from overleaf/as-babel-plugin-angular-annotate
Enable Angular "annotations" via Babel plugin

GitOrigin-RevId: 343610025e3ba791fb284a0b696a1ea33e125a80
2019-07-16 09:22:21 +00:00

7 lines
No EOL
106 B
Text

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