{ "plugins": [ ["relay", {"schema": "./server/data/esql_schema.graphql"}], "transform-regexp-constructors" ], "presets": [ [ "env", { "targets": { "chrome": 41 }, "debug": true } ], "react", "stage-0" ], "env": { "development": { "plugins": [ ["react-transform", { "transforms": [{ "transform": "react-transform-hmr", "imports": ["react"], "locals": ["module"] }, { "transform": "react-transform-catch-errors", "imports": ["react", "redbox-react"] }] }] ] } } }