So I\'m trying to make a function of a class I made async, but webpack gives me an error when compiling the class.
My code would be something like this:
async/await is part of ES7 proposal. SO you need to use babel/traceur to compile your code to ES6/ ES5
async/await
babel/traceur