@kiwicom/orbit-components
Version:
Orbit-components is a React component library which provides developers with the easiest possible way of building Kiwi.com’s products.
20 lines (19 loc) • 416 B
Plain Text
{
"presets": [
"@babel/react",
"@babel/flow",
"@babel/env"
],
"plugins": [
"@babel/plugin-proposal-class-properties",
"@babel/plugin-proposal-object-rest-spread",
"@babel/plugin-proposal-nullish-coalescing-operator",
"@babel/plugin-proposal-optional-chaining",
"babel-plugin-styled-components"
],
"env": {
"test": {
"plugins": ["require-context-hook"]
}
}
}