insomnia/packages/insomnia-components/.babelrc
2020-04-26 13:33:39 -07:00

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"
}
]
]
}