mirror of
https://github.com/Luzifer/past3.git
synced 2024-11-09 16:30:01 +00:00
21 lines
346 B
Text
21 lines
346 B
Text
{
|
|
"presets": [
|
|
[
|
|
"@babel/preset-env",
|
|
{
|
|
"targets": {
|
|
"browsers": [
|
|
"last 3 versions",
|
|
"Safari >= 10",
|
|
"not ie <= 8",
|
|
"Edge >= 12",
|
|
"iOS >= 10",
|
|
"Android >= 4.4"
|
|
]
|
|
}
|
|
}
|
|
],
|
|
"minify"
|
|
],
|
|
"comments": false
|
|
}
|