mirror of
https://github.com/dillonzq/LoveIt.git
synced 2024-11-14 10:56:16 +01:00
12 lines
131 B
Text
12 lines
131 B
Text
|
{
|
||
|
"presets": [
|
||
|
[
|
||
|
"@babel/preset-env",
|
||
|
{
|
||
|
"targets": "> 0.25%, not dead"
|
||
|
}
|
||
|
],
|
||
|
"minify"
|
||
|
]
|
||
|
}
|