react-filter-box-updated
Version:
Conditional filter supports OR/AND, bracket, Highlighting, Autocomplete, and high extensibility
27 lines (26 loc) • 428 B
Plain Text
{
"presets": [
[
"@babel/preset-env",
{
"useBuiltIns": "entry",
"targets": {
"chrome": "40",
"firefox": "40",
"safari": "8",
"edge": "11",
"ie": "11"
}
}
],
"@babel/preset-react"
],
"plugins": [
"react-hot-loader/babel"
],
"env": {
"production": {
"plugins": ["transform-remove-console"]
}
}
}