yoda-common-boilerplate
Version:
Repository of all JCP reusable atoms, molecules and organisms
25 lines (24 loc) • 482 B
Plain Text
{
"presets": [
"es2015",
"stage-0",
"react",
"airbnb"
],
"plugins": [
"transform-class-properties",
"transform-decorators-legacy",
"transform-runtime"
],
"env": {
"production": {
"plugins": [
"transform-react-constant-elements",
"transform-react-display-name",
"transform-react-inline-elements",
"transform-react-remove-prop-types",
"transform-react-pure-class-to-function"
]
}
}
}