fix #789 async/await babel runtime generator error, use regenerator-runtime
This commit is contained in:
@@ -35,7 +35,6 @@ function genConfig(opts) {
|
||||
}),
|
||||
babel({
|
||||
exclude: 'node_modules/**',
|
||||
runtimeHelpers: true,
|
||||
}),
|
||||
],
|
||||
external(id) { return !/^[\.\/]/.test(id) },
|
||||
|
||||
Reference in New Issue
Block a user