Frameright / react-image-display-control

🚀 Next-gen responsive images in React

Home Page:https://react.frameright.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove dependency to `tsdx`

lourot opened this issue · comments

We scaffolded this project using https://github.com/jaredpalmer/tsdx, which isn't maintained anymore, leading to issues and workarounds like the overrides in https://github.com/Frameright/react-image-display-control/blob/main/package.json

In our package.json scripts calling tsdx, most of the time it is only a wrapper around other well-known open-source tools, so we should be able to get rid of it.

Hey @AurelienLourot Can I work on this?

image

Just TSDX dependency removal serve the purpose here?

@sakibian yes, that would be great, thanks! If you remove the dependency to tsdx you'll have to make npm start and npm run build call different tools, see https://github.com/Frameright/react-image-display-control/blob/main/package.json#L39

So you'll have to figure out what tools tsdx is using under the hood

OK, Can I get assigned to this? @AurelienLourot