BundlerMinifier icon indicating copy to clipboard operation
BundlerMinifier copied to clipboard

async and await

Open c9mb opened this issue 5 years ago • 1 comments

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

Installed product versions

  • Visual Studio: 2017 Community
  • This extension: 2.8.396

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 } }

c9mb avatar Feb 20 '20 00:02 c9mb

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.

supershowwei avatar May 20 '20 04:05 supershowwei