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