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