mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
13 lines
193 B
Plaintext
13 lines
193 B
Plaintext
{
|
|
"presets": ["es2015", "react"],
|
|
"plugins": [
|
|
"transform-object-rest-spread",
|
|
"add-module-exports"
|
|
],
|
|
"env": {
|
|
"development": {
|
|
"presets": ["react-hmre"]
|
|
}
|
|
}
|
|
}
|