mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2024-11-27 08:53:17 +08:00
15 lines
186 B
Plaintext
15 lines
186 B
Plaintext
|
{
|
||
|
"presets": [
|
||
|
[
|
||
|
"next/babel",
|
||
|
{
|
||
|
"preset-env": {
|
||
|
"targets": {
|
||
|
"browsers": ["> 0.25%, not dead"]
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
]
|
||
|
}
|