{ "plugins": [ {{#is framework "react"}} "transform-decorators-legacy"{{/is}} {{#is framework "vue"}} "transform-runtime"{{/is}} ], "presets": [ "es2015", "stage-2", "stage-0"{{#is framework "react"}}, "react"{{/is}} ]{{#is framework "react"}}, "env": { "development": { "presets": [ "react-hmre" ], "plugins": [ [ "react-transform", { "transforms": [ { "transform": "react-transform-hmr", "imports": [ "react" ], "locals": [ "module" ] }, { "transform": "react-transform-catch-errors", "imports": [ "react", "redbox-react" ] } ] } ] ] } }{{/is}} }