mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-06-29 17:55:10 +08:00
17 lines
249 B
Plaintext
17 lines
249 B
Plaintext
{
|
|
"presets": [
|
|
"@babel/preset-env",
|
|
"@babel/preset-react",
|
|
"@babel/preset-typescript"
|
|
],
|
|
"plugins": [
|
|
"react-hot-loader/babel",
|
|
"@babel/plugin-proposal-class-properties"
|
|
],
|
|
"env": {
|
|
"production": {
|
|
"presets": ["minify"]
|
|
}
|
|
}
|
|
}
|