fix #789 async/await babel runtime generator error, use regenerator-runtime

This commit is contained in:
Hans Pagel
2020-08-11 11:21:52 +02:00
parent e3058f7cfa
commit 1b7c977c47
6 changed files with 4 additions and 5 deletions

View File

@@ -35,7 +35,6 @@ function genConfig(opts) {
}),
babel({
exclude: 'node_modules/**',
runtimeHelpers: true,
}),
],
external(id) { return !/^[\.\/]/.test(id) },