otakustay/react-diff-view

Package should be published not minimized

Closed this issue · 3 comments

Hey,

I have started using this package, it works great thank you :)
I just encountered two issues:

  • The mapping doesn't work in the browser, not sure why but might be related to the second issue
  • The package is compiled which makes it hardly debuggable, and increase our own bundle because it will have duplicated compilation stuff (like iterators, babel, etc...)

If you want to published it compiled and minimized you can have an other folder with it, but having the source in .js + d.ts would be more than awesome, thanks ☺️

Yes exactly, I prepare to do this in next major, changing publish format is a breaking change currently.

For your case, now I'm going to publish both minified and compiled code in a single package, you can import {Diff} from 'react-diff-view/esm'

Amazing news, thanks a lot ☺️

stale commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.