mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 14:49:53 +00:00
19 lines
372 B
Plaintext
19 lines
372 B
Plaintext
{
|
|
"plugins": [
|
|
"babel-plugin-styled-components",
|
|
"babel-plugin-inline-react-svg",
|
|
["@babel/plugin-proposal-decorators", {"legacy": true}],
|
|
"@babel/plugin-proposal-class-properties"
|
|
],
|
|
"presets": [
|
|
"@babel/preset-flow",
|
|
"@babel/preset-react",
|
|
[
|
|
"@babel/preset-env",
|
|
{
|
|
"targets": "> 0.25%, not dead"
|
|
}
|
|
]
|
|
]
|
|
}
|