10 lines
131 B
Plaintext
10 lines
131 B
Plaintext
{
|
|
"presets": ["env"],
|
|
"plugins": [
|
|
["transform-runtime", {
|
|
"polyfill": false,
|
|
"regenerator": true
|
|
}]
|
|
]
|
|
}
|