NativeScript / worker-loader

36 stars 20 forks source link

Async / Await support #17

Open altunyurt opened 6 years ago

altunyurt commented 6 years ago

I'm using nativescript-vue and vue-cli-template with webpack bundling. I've relevant .babelrc settings and use async await in whole project but the worker files.

Trying to use async/await in workers causes worker to die silently. Is there any way to add async / await support to workers?