Are there any JS minifiers for BundleTransformer that support EcmaScript 6? I have tried installing:
- BundleTransformer.Closure
- BundleTransformer.YUI
- BundleTransformer.UglifyJs
But neither seem to handle the string template syntax of ES6, such as:
`Hello ${world}`
Am I missing something, or is it time to upgrade to Node + X?