{
  presets: ["es2017", "stage-2"],
  plugins: ["transform-decorators-legacy"],
  env: {
    test: {
      plugins: ["transform-es2015-modules-commonjs"]
    }
  }
}
