Skip to content

Instantly share code, notes, and snippets.

@mikea
Created March 10, 2020 22:32
Show Gist options
  • Save mikea/2bb0cc560f73ff92947c8fb5737dc5e1 to your computer and use it in GitHub Desktop.
Save mikea/2bb0cc560f73ff92947c8fb5737dc5e1 to your computer and use it in GitHub Desktop.

Revisions

  1. mikea created this gist Mar 10, 2020.
    8 changes: 8 additions & 0 deletions babel.conf.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,8 @@
    [
    "@babel/plugin-transform-async-to-generator",
    {
    module: "bluebird",
    method: "coroutine",
    },
    ],