Quantcast
Channel: Visual Studio and Visual Web Developer Express
Viewing all articles
Browse latest Browse all 3509

Bundler and Minifier

$
0
0

Visual Studio 2017.

I have installed a bundler and minifier extension to VS obtusely called Bundler and Minifier ( by Mads Kristensen).
I have the latest version installed.

Just recently, I have had the pleasure of being able to introduce some ES6 language features into my JavaScript code.
Up until this point, I have been stuck with IE 11 due to some laggard applications across the enterprise.
I have converted a rather verbose Promise implementation to a very handy async/await implementation.

However, Bundler and Minifier is refusing to recognize the async/await code and is throwing a fit at theasync keyword.
I have chased this online to get an answer, but it seems to go into a dead end with no known date for resolution, if any.

Is there another package/extension I can install that will minimize my JS code and recognize ES6.

Thanks


Viewing all articles
Browse latest Browse all 3509

Trending Articles