mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-17 23:47:12 +00:00
18 lines
287 B
Plaintext
18 lines
287 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"
|
||
|
|
]
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|