You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I first thought JSR is the future of package management.
If you build small library, JSR is fine.
However, if you make a kind of special library like bundler plugin, JSR is not a good option.
They change dynamic import path
They doesn't support peerDependency
So, for the next major version:
I deprecate the jsr version
I setup my own build environment, probably using bun-build or rolldown
I first thought JSR is the future of package management.
If you build small library, JSR is fine.
However, if you make a kind of special library like bundler plugin, JSR is not a good option.
peerDependency
So, for the next major version:
bun-build
orrolldown
pkg-to-jsr
FYI: @samchon
The text was updated successfully, but these errors were encountered: