mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
18 lines
312 B
Plaintext
18 lines
312 B
Plaintext
{
|
|
"plugins": [
|
|
"babel-plugin-styled-components",
|
|
"babel-plugin-inline-react-svg",
|
|
"@babel/plugin-proposal-class-properties",
|
|
],
|
|
"presets": [
|
|
"@babel/preset-flow",
|
|
"@babel/preset-react",
|
|
[
|
|
"@babel/preset-env",
|
|
{
|
|
"targets": "> 0.25%, not dead"
|
|
}
|
|
]
|
|
]
|
|
}
|