16 lines
270 B
Plaintext
16 lines
270 B
Plaintext
{
|
|
"presets": [
|
|
[
|
|
"@babel/preset-env",
|
|
{"targets": {
|
|
"node": 10
|
|
}}
|
|
]
|
|
],
|
|
"plugins": [
|
|
"babel-plugin-transform-function-bind",
|
|
"@babel/plugin-proposal-object-rest-spread",
|
|
"@babel/plugin-proposal-optional-chaining"
|
|
]
|
|
}
|