Fix `export async` and non-strict block-scoping
- Update acorn-es7-plugin to fix issue with
export asyncin webpack - Fix edge case where a continuation function is treated as a block-scoped (breaks some constructs in non-strict Safari as it could have generated function declarations inside a block).