mirror of
https://github.com/Kong/insomnia
synced 2024-11-07 22:30:15 +00:00
314daf155e
* Added an UNSET sync mode * Fixed tests * Remove sync logs and adjusted dropdown * Fixed duplication kve bug * Added sync config modal * AUtobind * Autobind working * Hot loading works again * Remove express * Fixed tests * Fix one thing * Fixed some hmr-related bugs
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"
|
|
]
|
|
}
|
|
}
|
|
}
|