Automatically add polyfills to frontend GitOrigin-RevId: 699a697478b8174ee569bd5e2d0fb0bc77c50931
11 lines
194 B
Plaintext
11 lines
194 B
Plaintext
{
|
|
"presets": [
|
|
"@babel/react",
|
|
["@babel/env", {
|
|
"modules": false,
|
|
"useBuiltIns": "usage",
|
|
"corejs": { "version": 3 }
|
|
}]
|
|
],
|
|
"plugins": ["angularjs-annotate"]
|
|
} |