madskristensen / BundlerMinifier

Visual Studio extension
Other
615 stars 172 forks source link

async and await #471

Open c9mb opened 4 years ago

c9mb commented 4 years ago

How do I get async and await to work with this extension?

Installed product versions

Description

async and await causes the extension to fail minimize/bundle

Steps to recreate

let myObject = { myFunction: async function() { //code here including use of await } }

supershowwei commented 4 years ago

to upgrade vsix on http://vsixgallery.com/extension/a0ae318b-4f07-4f71-93cb-f21d3f03c6d3/, i don't know why the author do not upload new version to marketplace.