mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
26 lines
382 B
Plaintext
26 lines
382 B
Plaintext
|
{
|
||
|
"presets": [
|
||
|
"react"
|
||
|
],
|
||
|
"plugins": [
|
||
|
"transform-object-rest-spread",
|
||
|
"transform-decorators-legacy"
|
||
|
],
|
||
|
"env": {
|
||
|
"development": {
|
||
|
"plugins": [
|
||
|
"react-hot-loader/babel"
|
||
|
]
|
||
|
},
|
||
|
"test": {
|
||
|
"presets": [
|
||
|
"es2015"
|
||
|
],
|
||
|
"plugins": [
|
||
|
"transform-regenerator",
|
||
|
"transform-runtime"
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|