async/await with webpack+babel in Browser

1.安装以下插件 babel-plugin-transform-runtime babel-preset-stage-3 2.Webpack配置 {代码...} 3.调用实例 {代码...}