I posted a question a few days ago about an issue that I have with minifying code that has ES6 code in it, and one commenter said that the problem is with the minification. The code that is an issue is fat arrow functions and async/await.
I don't really want to have to convert the async/await code back to promises and having to long hand the fat arrow functions
Is there any way to get the VS2019 bundling and Minification to get along with ES6 code and if not, what can I use for bundling and minification? I tried one from the VisualStudio Marketplace, but that threw errors with the keyword const and won't be supported in VS2022.