jaredpalmer / tsdx

Zero-config CLI for TypeScript package development
https://tsdx.io
MIT License
11.26k stars 508 forks source link

Explore relative-deps package instead of Parcel aliases in example #732

Closed jaredpalmer closed 4 years ago

jaredpalmer commented 4 years ago

Instead of doing yarn aliasing in the react template: https://github.com/jaredpalmer/tsdx/blob/master/templates/react/example/package.json#L14-L16

@mweststrate (creator of MobX, immer, etc) has a package https://github.com/mweststrate/relative-deps that could be a better solution.

agilgur5 commented 4 years ago

Parcel's* aliasing. What are the benefits of using relative-deps over Parcel's aliasing? De-coupling from Parcel?