mirror of
https://github.com/aelve/guide.git
synced 2024-11-24 05:45:11 +03:00
18 lines
230 B
Plaintext
18 lines
230 B
Plaintext
{
|
|
"presets": [
|
|
[
|
|
"env",
|
|
{
|
|
"targets": {
|
|
"browsers": [
|
|
"last 2 versions"
|
|
]
|
|
},
|
|
"modules": false
|
|
}
|
|
]
|
|
],
|
|
"plugins": [
|
|
"transform-runtime"
|
|
]
|
|
} |