Yes, I have run into the same issue, minification to ES6 scripts & functions is coming up with a blank file.As @milind_bachani suggested, you can either turn off minification through js:Processor property. A drawback with that would be, your code would be AS-IS and unminified which can be acessed t...