mirror of
https://github.com/woodchen-ink/clash-and-dashboard.git
synced 2025-07-18 05:51:56 +08:00
18 lines
342 B
Plaintext
18 lines
342 B
Plaintext
{
|
|
"presets": [
|
|
["@babel/preset-env", {"modules": false}],
|
|
"@babel/preset-react"
|
|
],
|
|
"plugins": [
|
|
"react-hot-loader/babel"
|
|
],
|
|
"env": {
|
|
"production": {
|
|
"presets": ["minify"]
|
|
},
|
|
"test": {
|
|
"presets": ["@babel/preset-env", "@babel/preset-react"]
|
|
}
|
|
}
|
|
}
|