Informatievlaanderen / OSLO-UML-Transformer

Software components that are used within the OSLO Toolchain
MIT License
5 stars 3 forks source link

Sdtt 310 revert typescript aliases in oslo uml transformer #59

Closed KristofVDB1 closed 3 months ago

KristofVDB1 commented 4 months ago

Revert module-alias implementation due to it being more of a hassle than an improvement in our Lerna project. Since we have cross-package dependencies, some of the aliases did not work properly, since the module always starts from the root of the project, regardless of if the alias is defined in the package.json from one of the node_modules: https://github.com/ilearnio/module-alias?tab=readme-ov-file#using-within-another-npm-package

We talked about possibly introducing a bundler like Webpack or Vite, but that is something beyond the scope of just aliases. Awaiting that decision, we've reverted back to relative paths