I am trying to build webpack/babel config transpiring this code:
class Klass { constructor(name) { this.name = name; } welcome() { return `Hello, $