possibilities/micro-api

Ignore transpiling for node 7

Opened this issue · 1 comments

Can we ignore transpiling for node 7, as now async await is available.

micro itself seems to have its own way of dealing with this (https://github.com/zeit/micro#transpilation) but I'm unsure how to implement it here. Personally I'm staying with 6 until 8 is available so I'm not motivated to change it but I'm totally open to any PR that addresses it.