mirror of
https://github.com/xiaoxinpro/nginx-proxy-manager-zh.git
synced 2025-01-22 12:58:13 -05:00
17 lines
188 B
Plaintext
17 lines
188 B
Plaintext
|
{
|
||
|
"presets": [
|
||
|
[
|
||
|
"env",
|
||
|
{
|
||
|
"targets": {
|
||
|
"browsers": [
|
||
|
"Chrome >= 65"
|
||
|
]
|
||
|
},
|
||
|
"debug": false,
|
||
|
"modules": false,
|
||
|
"useBuiltIns": "usage"
|
||
|
}
|
||
|
]
|
||
|
]
|
||
|
}
|