{ "env": { "test": { "presets": [ [ "env", { "targets": { "node": "6.11.1" } } ] ] }, "production": { "presets": [ ["env", { "targets": { "node": "6.11.1" }, "modules": false } ] ], "plugins": [ "external-helpers" ] } } }