mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
64386d819f
Automatically add polyfills to frontend GitOrigin-RevId: 699a697478b8174ee569bd5e2d0fb0bc77c50931
11 lines
No EOL
194 B
Text
11 lines
No EOL
194 B
Text
{
|
|
"presets": [
|
|
"@babel/react",
|
|
["@babel/env", {
|
|
"modules": false,
|
|
"useBuiltIns": "usage",
|
|
"corejs": { "version": 3 }
|
|
}]
|
|
],
|
|
"plugins": ["angularjs-annotate"]
|
|
} |