bafolts / tplant

Typescript to plantuml
https://segmentationfaults.com/tplant/default.html
GNU General Public License v3.0
267 stars 34 forks source link

Refactoring debts #32

Closed marcosvrs closed 5 years ago

marcosvrs commented 5 years ago
marcosvrs commented 5 years ago

@bafolts I tried to find a configuration for our webpack to allow also usage of our code as a module. But I fail. And after studying other repositories like TypeScript and tslint, I realize that none of them uses bundler like webpack. At most, they use typescript togheter with gulp for compilation. And leave all the files separated at the end of the build. Which, now I believe, is the right way.

bafolts commented 5 years ago

That makes sense. A tool like webpack makes sense more if packaging for the web.

bafolts commented 5 years ago

This still looks fine to merge to me.