mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-24 21:12:38 -04:00
f00bdeb3f1
Remove test environment from Babel config GitOrigin-RevId: c812e534e82e57bfdf759b04b9753565a7781ea2
15 lines
347 B
JSON
15 lines
347 B
JSON
{
|
|
"presets": [
|
|
[
|
|
"@babel/env",
|
|
{
|
|
"useBuiltIns": "usage",
|
|
// This version must be aligned with the `core-js` version in `package.json`
|
|
"corejs": { "version": 3.6 }
|
|
}
|
|
],
|
|
["@babel/react", { "runtime": "automatic" }],
|
|
"@babel/typescript"
|
|
],
|
|
"plugins": ["angularjs-annotate", "macros"]
|
|
}
|