wepy async function support
npm install wepy-async-function```
npm install wepy-async-function --save
`
// app.wpy
import wepy from 'wepy';
import 'wepy-async-function';
`
编译器```
module.exports = {
'compilers': {
babel: {
'presets': [
'es2015',
'stage-1'
],
'plugins': [
'transform-export-extensions',
'syntax-export-extensions'
]
}
}
};