{ "presets": [ "@babel/preset-react", [ "@babel/preset-env", { "targets": { "ie": "11" } } ] // TODO: Minify breaks IE 11 // ["minify"] ] }