{ "presets": [ "es2017" ], "plugins": [ ["babel-root-import", [{ "rootPathPrefix": "~", "rootPathSuffix": "src/js" }]] ], "env": { "test": { "plugins": [ [ "__coverage__", { "ignore": "test/*.js" } ] ] } } }