{ "presets": [ [ "env", { "targets": { "browsers": [ ">0.25%", "not op_mini all", "IE 11" ] } } ], "react" ], "ignore": [ "**/**/*.css" ], "plugins": [ "transform-class-properties", "transform-object-assign", "transform-object-rest-spread" ] }