How do I compile index.js which has a lot of exports of other modules into one js file?

后端 未结 0 1570
生来不讨喜
生来不讨喜 2021-01-17 08:44

For example:

export * from "./StringValidator";\'
export * from "./LettersOnlyValidator"; 
export *         


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