mirror of
https://github.com/byulmaru/quesdon
synced 2024-11-23 14:36:02 +09:00
14 lines
283 B
Plaintext
14 lines
283 B
Plaintext
{
|
|
"presets": [
|
|
["env", {
|
|
"targets": {
|
|
"browsers": [
|
|
"iOS >= 10",
|
|
"Chrome >= 63",
|
|
"Firefox >= 57"
|
|
]
|
|
},
|
|
"useBuiltIns": "entry"
|
|
}]
|
|
]
|
|
} |