module.exports = { plugins: [ require("babel-plugin-syntax-trailing-function-commas"), require("babel-plugin-transform-async-to-generator") ] };