mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 14:49:53 +00:00
402eb75f9a
* fix: tooltip with an initial empty message causes issues * test: add failing test * fix: breaking test is fixed with the fix * test: expand on tests * chore: rename test * test: add checks for the child element * test: add comments * chore: spacing * fix: oopsie
21 lines
459 B
Plaintext
21 lines
459 B
Plaintext
{
|
|
"plugins": [
|
|
"babel-plugin-styled-components",
|
|
"babel-plugin-inline-react-svg",
|
|
["@babel/plugin-proposal-decorators", {"legacy": true}],
|
|
"@babel/plugin-proposal-class-properties",
|
|
"@babel/plugin-proposal-optional-chaining",
|
|
"@babel/plugin-transform-runtime"
|
|
],
|
|
"presets": [
|
|
"@babel/preset-flow",
|
|
"@babel/preset-react",
|
|
[
|
|
"@babel/preset-env",
|
|
{
|
|
"targets": "> 0.25%, not dead"
|
|
}
|
|
]
|
|
]
|
|
}
|