mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-24 01:29:35 +02:00
Remove test environment from Babel config GitOrigin-RevId: c812e534e82e57bfdf759b04b9753565a7781ea2
16 lines
347 B
JSON
16 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"]
|
|
}
|