How to generate minimalistic js bundle using webpack and babel

后端 未结 0 1378
暗喜
暗喜 2021-02-08 16:17

I am trying to build webpack/babel config transpiring this code:

class Klass {
  constructor(name) {
    this.name = name;
  }

  welcome() {
    return `Hello, $         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题