-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
replace tshy in module-replacements #60
Comments
it does a fairly good job. the usual two choices for dual packages are tsup and tshy from what i've seen tsup bundles the sources twice (which looks like what pkgroll does too), and tshy just builds via tsc twice are you concerned about the dependency tree depth? |
Then there is |
makes sense i think lets keep this on tshy for now with the ultimate aim of just moving to esm-only (can't really until eslint can load esm plugins) unbuild is more than we need here but @pi0 and @danielroe seem pretty interested in the e18e stuff, so im sure they'd be open to suggestions for making it lighter 👀 |
Thanks for feedback and kind words dear @AbhiPrasad @43081j. Let's track it upstream: unjs/unbuild#405 |
Why u use it as package builder?
https://www.npmjs.com/package/tshy?activeTab=dependencies
It uses the packages that you say should be replaced...
I suggest use pkgroll instead
The text was updated successfully, but these errors were encountered: