material-ui
Version:
Material Design UI components built with React
19 lines (18 loc) • 392 B
Plain Text
{
"presets": ["es2015", "stage-1", "react"],
"plugins": [
"transform-decorators-legacy",
"transform-dev-warning",
"add-module-exports"
],
"env": {
"docs-production": {
"plugins": [
"transform-react-remove-prop-types",
"transform-runtime",
"transform-react-constant-elements",
"transform-react-inline-elements"
]
}
}
}