The output of using `babel-plugin-relay` uses `require`, and the output of `relay-compiler` uses `module.exports`. I'd like to request that there be an option to use ES6 `import` statements instead of `require` and that `relay-compiler` output ES6 modules. TIA.