18 lines
346 B
Plaintext
18 lines
346 B
Plaintext
{
|
|
"presets": [
|
|
[
|
|
"@babel/preset-env",
|
|
{
|
|
"targets": {
|
|
"browsers": ["> 1%", "last 2 versions", "ie >= 11"]
|
|
},
|
|
"modules": false,
|
|
"loose": true
|
|
}
|
|
]
|
|
],
|
|
"plugins": [
|
|
"@babel/plugin-transform-optional-chaining",
|
|
"@babel/plugin-transform-nullish-coalescing-operator"
|
|
]
|
|
} |