input-output-hk / js-chain-libs

chain-libs javascript SDK
Apache License 2.0
18 stars 14 forks source link

Resolve "Relative path hell" in explorer example #43

Closed afposchenrieder closed 5 years ago

afposchenrieder commented 5 years ago

Implement a method or package that makes module paths more simple to read avoiding the classic "Relative path hell".

Based on comment:

isn't it possible to get paths from the root? or something shorter

Originally posted by @enzoc4 in https://github.com/input-output-hk/js-chain-libs/pull/42

afposchenrieder commented 5 years ago

Paths should be simplified with https://github.com/input-output-hk/js-chain-libs/pull/48 changes.